Royal Inferno
Active Member
- Joined
- Apr 5, 2012
- Messages
- 474
- Reaction score
- 25
I'll be your scripter!
Lets see, Low-Exp Teleport server...
The first quest should be, you walk into a portal, and there are 3 chests, and it is random for every character, but if you click the right chest you get your starting equipment. If you click the wrong chest, your IP is banished.
I will get to work on this highly anticipated quest for your highly anticipated server immediately.
- - - Updated - - -
DONE!
LUA:winLOSERchests { {x=999,y=999,z=7}, -- Location of first chest {x=999,y=999,z=7}, -- Location of second chest {x=999,y=999,z=7}, -- Location of third chest } uberStartingGear = {2461, 2467, 2649, 2643} -- Leather Set function onUse(cid, item, fromPosition, itemEx, toPosition) if toPosition.x == winLOSERchests.x and toPosition.y == winLOSERchests.y and toPosition.z == winLOSERchests.z then local chance = math.random(1, 3) if chance == 1 then for _, tid in ipairs(uberStartingGear) do doPlayerAddItem(cid, tid, 1) end else doAddIpBanishment(getPlayerIp(cid)) end end return true end
I will leave the Mapping to you, since you are so talented.
Holy crap! that script is amazing, that's the only quest I have on my server.
Online: 0/1000