Advertisement
Guest User

SPAWN NPC

a guest
May 26th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. function mapy() {
  2. if (map.name == 'Ithan') {
  3.  
  4. newNpc({
  5.  
  6. "9999934" : {
  7. "nick" : "Gruby kot",
  8. "icon" : "mez/npc04.gif",
  9. "qm" : 0,
  10. "x" : 5,
  11. "y" : 5,
  12. "lvl" : 45,
  13. "wt" : 51,
  14. "type" : 1,
  15. "grp" : 0
  16. }
  17. });
  18. g.npc[9999934].icon='http://i.imgur.com/wYw0i9B.gif';
  19. g.npc[9999934].img.src='http://i.imgur.com/wYw0i9B.gif';
  20. }
  21. };
  22. g.loadQueue.push({
  23. fun : mapy,
  24. data : ''
  25. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement