How to prevent NP Transfer at Cape Quest Arena

Newbie Spellweaver
Joined
Jun 10, 2008
Messages
32
Reaction score
0
Lately i have noticed that users going to Cape Quest arena and making NP transfer...
I need some help here.

Is it possible to make it stop ?
 
hmm.. well, you can kill the other nation in the abyss dungeon areas, try finding the thing that makes that different from CZ in the zones table?
 
Make it so that if you die, you get teleported out? Make it a big ass hassle for them...

Or just make it so killing people in there doesn't give NPs.
 
Make it so that if you die, you get teleported out? Make it a big ass hassle for them...

If i make ppl die at Cape Quest Arena, ppl die to caitharos and they get teleported :)

Or just make it so killing people in there doesn't give NPs.

Thats what i was asking actually :)
I dont know how to do it...

But i have a new idea.
I will seperate the quests for nations by editing .evt s and duplicating the zone for cape quest with another id :)

Karus will go to their own arena.
And ElMorad will go their own...
I think i solved but must try it first :)
 
if have the brain as a drop somewhere u can just delete the zone completely and nobody can go there.. make sure to backup the zone incase u want to restore it heres the code to delete

delete zone_info where zoneno = '54'
 
if have the brain as a drop somewhere u can just delete the zone completely and nobody can go there.. make sure to backup the zone incase u want to restore it heres the code to delete

delete zone_info where zoneno = '54'

USKO style huh ? :lol:
I think disabling things are never the solution...

Btw i duplicated the zone with zone id 64 from zone id 54. Changed evts for Karus to go zoneid 64 and Elmorad to go zoneid 54
added caitharos and TP Npc.
it worked but i have the smallest problem.
When u die inside the Quest Arena (Zoneid =64) u respawn at 6000,6000 and /town doesnt work with users.
I need some help with it.
 
Btw i duplicated the zone with zone id 64 from zone id 54. Changed evts for Karus to go zoneid 64 and Elmorad to go zoneid 54
added caitharos and TP Npc.
it worked but i have the smallest problem.
When u die inside the Quest Arena (Zoneid =64) u respawn at 6000,6000 and /town doesnt work with users.
I need some help with it.

Still need help :$:
 
Back