mleo1 Posted December 12, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 123 Reputation: 4 Joined: 11/21/11 Last Seen: January 26 Share Posted December 12, 2012 Can you give me a sample script (incomplete script/complete) get people on centain map then warp them to another map Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted December 12, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted December 12, 2012 --------------------------------------- *mapwarp "<from map>","<to map>",<x>,<y>{,<type>,<ID>}; This command will collect all characters located on the From map and warp them wholesale to the same point on the To map, or randomly distribute them there if the coordinates are zero. "Random" is understood as a special To map name and will mean randomly shuffling everyone on the same map. Optionally, a type and ID can be specified. Available types are: 0 - Everyone 1 - Guild 2 - Party Example: // Will warp all members of guild with ID 63 on map prontera to map alberta. mapwarp "prontera","alberta",150,150,1,63; --------------------------------------- Quote Link to comment Share on other sites More sharing options...
mleo1 Posted December 12, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 123 Reputation: 4 Joined: 11/21/11 Last Seen: January 26 Author Share Posted December 12, 2012 Thanks xD. I always forgot to browse script_commands.txt. Quote Link to comment Share on other sites More sharing options...
Question
mleo1
Can you give me a sample script (incomplete script/complete)
get people on centain map then warp them to another map
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.