Donate
Search
Latest topics
Top posters
Mr. Linksys (18) | ||||
Demonkill101 (13) | ||||
Dragonking (12) | ||||
Ripvayne (10) | ||||
King Redrum (10) | ||||
daniel89 (6) | ||||
Lighting bolt (5) | ||||
someguy (3) | ||||
thedisciple (3) | ||||
yangxue (2) |
Simple Attack requirement messup.
Page 1 of 1
Simple Attack requirement messup.
Well, I am stuck. Lol. I am making hunter in my server(100% coded by myself) and i need attack requirements so you cannot attack "Kebbits" unless you have a falcon and the hunter level required. Here is my script:
- Code:
if (server.npcHandler.npcs[attacknpc].npcType == 1255) {
if (playerWeapon == 9975) {
if (playerLevel[19] <= 42) {
ResetAttackNPC();
sendMessage("You need a hunter level of 43 to hunt Spotted Kebbits.");
}
} else if (playerWeapon < 9975) {
ResetAttackNPC();
sendMessage("You need a falcon to hunt this kebbit");
} else {
}
}
thedisciple- V.I.P.
- Posts : 3
Join date : 2008-12-02
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Tue Aug 23, 2011 3:25 pm by Demonkill101
» wow gold wow
Wed Jun 08, 2011 11:47 pm by yangxue
» DragonScape 508 Server
Mon Mar 29, 2010 7:33 pm by AERA808
» Linksys, have you seen\do you know about this?
Tue Jan 20, 2009 1:18 pm by Demonkill101
» Rune-Server Domain Name Expired
Tue Jan 20, 2009 1:17 pm by Demonkill101
» Simple Attack requirement messup.
Sun Dec 28, 2008 11:43 am by thedisciple
» Dragonscape 508 Ip switcher v2
Fri Dec 26, 2008 8:54 pm by Ripvayne
» Rules Of This Forum
Fri Dec 26, 2008 8:53 pm by Ripvayne
» Dragonking/Patragon
Mon Dec 22, 2008 3:48 pm by Mr. Linksys