Advertisement
Guest User

NPC MESSAGE

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. g.loadQueue.push({
  2. fun: function() {
  3. if (map.name == 'Pokój 115') {
  4. newNpc({
  5. "1000400": {
  6. "nick": "żaruwa",
  7. "icon": "/mez/npc94.gif",
  8. "qm": 0,
  9. "x": 13,
  10. "y": 9,
  11. "lvl": 1,
  12. "type": 2,
  13. }
  14. });
  15. g.npc[1000400].type = 4;
  16. $("#npc1000400").click(function(){ message('czekaj wypluje flegme... wyciagnij mnie stad niecnoto'); });
  17. }
  18. }
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement