Page 1 of 1

Question; summoning

Posted: Wed Mar 18, 2015 11:51 pm
by onnat
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

Re: Question; summoning

Posted: Thu Mar 19, 2015 2:09 pm
by whasf
Even if you could, I don't think the client allows it.

Re: Question; summoning

Posted: Thu Mar 19, 2015 2:59 pm
by Shadowmh
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.

Re: Question; summoning

Posted: Sat Mar 21, 2015 8:15 am
by onnat
thank you ill try that^^