View Full Version : [Request] Seperate PvP Areas for Donor's and Non-Donors
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?
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
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)
}
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.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.