PDA

View Full Version : [Request] Seperate PvP Areas for Donor's and Non-Donors



toiboy
28-04-10, 02:43 AM
alright so i run TC2 server and we got players who complain about not being able to pvp without a donor showing up and killing them. So we decided we need seperate areas for donors and non-donors that and then one for in the middle. Also in my teleporter when they try to go to a Non-Donor Area i want it to say your not allowed to go here. How do i make this all possible?

Dimman
28-04-10, 10:14 AM
Script it in C++ you can also script so you need a special item (donnor token? maby.. ?) to teleport there.
Search or post a request in the c++ section

Reg, Icky

hax0rz
30-07-10, 06:46 AM
if the player has a donor item just add a script in the teleporter

if(player->hasitem(9999,1))
{
player->addgossipitem(donormall)
}
else
{
player->addgossipitem(normalmall)
}

Bing
30-07-10, 04:44 PM
Yeah, or you could work areatriggers? When a character becomes a donator, they can be flagged so that the zone only allows that type of flag in the area.