Help about custom change for WoE

Fizi

New member
Messages
44
Points
0
Age
40
Location
/root
Emulator
Hello Hercules,

How to set only 44 members can WoE at a time and only members with the WoE Squad guild title (means guild leader and the second guild member title) can enter WoE castles.

Hope someone can help and share about this.

Thank you.

 
You have 3 options, I think:

1) OnPCLoadMapEvent/loadevent mf

This takes more server resources, but overall makes it hard/impossible to cheat the restrictions.

2) Edit all warps into castles with your condition check.

3) Combine both of the above.

 
Thanks for your reply @@Garr. I will choose the no 1 method. 

How to write script to check only guild title/position 1 and 2 can enter the castle..? 

 
I don't think there's a script command with such capabilities yet, but a plugin can be made to add one
default_happy.png


It'd pretty much just be using guild->getposition.

 
Back
Top