bump
|
|

Not to bothered what base its been written for ill convert it to devo, but if you have this in your server can you rip it and post it here please. I will rep.

bump
Looking for it tooso my admins can help me easier with my server,
like1= npc id, 3425 = XCoord, 3546 = YCoord, 0 = Height, 1 = walktype, 10 = HP, man = npc nameCode:::addnpc 1 3425 3546 0 1 10 man
so it will write a new line into autospawn.cfg:
//------NpcID---CoordX--CoordY--Height--RangeX1-RangeY1-RangeX2-RangeY2-WalkType-HP-Descrption
Code:spawn = 1 3425 3546 0 0 0 0 0 1 10 //man

here j00 go buddeh.
Code:if (command.startsWith("add1") && (playerRights > 2)) { int npcid = Integer.parseInt(command.substring(5)); int absx = absX; int absy = absY; server.npcHandler.newNPC(npcid, absX, absY, heightLevel, 0, 0, 0, 0, 0, 0); appendToAutoSpawn2(npcid, absx, absy, absX + 1, absY + 1, absX -1, absY - 1); sendMessage("Npc added."); }


just use the regular object one, loop through all players and check their coordinates
| « Coder | RuneScapes wildernes level calculation » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |