Hi people, im new with this and i have a question...
how do i set to all ´players can summon avatars even in the city?
ty
Question; summoning
Re: Question; summoning
The client allows it for sure.
Check zone.h file in darkstar/src/map/
Scroll down till you see zonemisc
These are in hex so you'll need to convert them to dec with windows calc in programmer mode.
You just add the values you want for your zones. The dec value to allow pets is 128.
Then in zone_settings in mysql workbench you'll see "misc"
As an example, change 1096 to 1224 and apply changes for jeuno zones. Restart your server.
Then you can summon pets in jeuno.
Check zone.h file in darkstar/src/map/
Scroll down till you see zonemisc
These are in hex so you'll need to convert them to dec with windows calc in programmer mode.
You just add the values you want for your zones. The dec value to allow pets is 128.
Then in zone_settings in mysql workbench you'll see "misc"
As an example, change 1096 to 1224 and apply changes for jeuno zones. Restart your server.
Then you can summon pets in jeuno.
Re: Question; summoning
thank you ill try that^^