Well as the title says, id like to make a request, if someone could teach me how to turn on pvp on a certain Place in a map
i got the idea from this script
Welgaia,149,188,3 script Golden Dog 81,{
if (getgmlevel() >= 60) {
announce "Golden Dog: Pick up my GOLD!",bc_map;
set @j,0;
while (@j <= 140) {
set @i,0;
while (@i <= 14) {
makeitem 670,1,"Welgaia.gat",150+@i,201-@j;
set @i,@i+3;
}
set @j,@j+2;
}
}
}
its the Poo Dog NPC that drops GOLD/ETC on a certain Coordinate..
I know its posible to turn on PVP on a certain coor please help!
Question
VhayneRO
Well as the title says, id like to make a request, if someone could teach me how to turn on pvp on a certain Place in a map
i got the idea from this script
its the Poo Dog NPC that drops GOLD/ETC on a certain Coordinate..
I know its posible to turn on PVP on a certain coor
please help!
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.