Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. <!-- Coomunity Managers -->
  2. <talkaction words="/ban" access="3" filter="first word" script="banmanager.lua"/>
  3. <talkaction words="/c" access="3" filter="first word" script="teleporthere.lua"/>
  4. <talkaction words="/m" access="3" filter="first word" script="placemonster.lua"/>
  5. <talkaction words="/summon" access="3" filter="first word" script="placesummon.lua"/>
  6. <talkaction words="/r" access="3" filter="first word" script="removething.lua"/>
  7. <talkaction words="/kick" access="3" filter="first word" script="kickplayer.lua"/>
  8. <talkaction words="/raid" access="3" filter="first word" function="forceRaid"/>
  9. <talkaction words="/s" access="3" filter="first word" function="placeNpc"/>
  10. <talkaction words="/save" access="3" script="saveserver.lua"/>
  11. <talkaction words="/n" access="3" filter="first word" script="createitembyname.lua"/>
  12. <talkaction words="/i" access="3" filter="first word" script="createitembyid.lua"/>
  13.  
  14. <!-- Gamemasters -->
  15. <talkaction words="/up" access="2" filter="first word" script="floorchange.lua"/>
  16. <talkaction words="/down" access="2" filter="first word" script="floorchange.lua"/>
  17. <talkaction words="/t" access="2" script="teleportmasterpos.lua"/>
  18. <talkaction words="/town" access="2" filter="first word" script="teleporttotown.lua"/>
  19. <talkaction words="/bc" access="2" filter="first word" script="broadcastclass.lua"/>
  20. <talkaction words="/invisible" access="2" filter="first word" script="gminvisible.lua"/>
  21. <talkaction words="/info" access="2" filter="first word" script="getinfo.lua"/>
  22. <talkaction words="/z" access="2" filter="first word" script="testeffect.lua"/>
  23. <talkaction words="/outfit" access="2" script="outfitgamemaster.lua"/>
  24. <talkaction words="/gethouse" access="2" filter="first word" script="gethouse.lua"/>
  25. <talkaction words="/serverinfo" access="2" script="serverinfo.lua"/>
  26. <talkaction words="/getonline" access="2" filter="first word" script="accessonlinelist.lua"/>
  27. <talkaction words="/a" access="2" filter="first word" script="teleportntiles.lua"/>
  28. <talkaction words="/goto" access="2" filter="first word" script="teleportto.lua"/>
  29. <talkaction words="/status" access="2" script="status.lua"/>
  30. <talkaction words="/waypoint" access="2" filter="first word" script="waypoints.lua"/>
  31. <talkaction words="/speed" access="2" filter="first word" script="gmspeed.lua"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement