Advertisement
Ulretin

Heros na Berufs

Jul 31st, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function heros() {
  2. if(map.name == 'Ithan') {
  3. newNpc({"99992": {
  4. "nick": "Strażnik Congelado",
  5. "icon": "/hum/goryl5-1.gif",
  6. "qm": 0,
  7. "x": 38,
  8. "y": 46,
  9. "lvl": 20,
  10. "type": 1,
  11. "wt": 80,
  12. "grp": 0
  13. }});
  14. g.npc[99992].type = 4;
  15. }
  16. };
  17. g.loadQueue.push({fun: heros,data: ''});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement