Safely Transfer Guild Master

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
Hello Hercules,

Sometimes guild leaders get banned, and their guild is forever frozen.

I'm looking for a script that would allow Game Masters to safely transfer guild master to another player in the guild without the guild master needing to be online

If there are already some out there, please link!

Thanks!

 
Hello Hercules,

Sometimes guild leaders get banned, and their guild is forever frozen.

I'm looking for a script that would allow Game Masters to safely transfer guild master to another player in the guild without the guild master needing to be online

If there are already some out there, please link!

Thanks!

You can use this if you want,

Just please report if you found any bugs
default_smile.png


Link: http://upaste.me/f07e369360379b8b8

Read the description noted on the paste.

 
Hello Hercules,

Sometimes guild leaders get banned, and their guild is forever frozen.

I'm looking for a script that would allow Game Masters to safely transfer guild master to another player in the guild without the guild master needing to be online

If there are already some out there, please link!

Thanks!
You can use this if you want,Just please report if you found any bugs
default_smile.png


Link: http://upaste.me/f07e369360379b8b8

Read the description noted on the paste.
Thanks sir!
 
Hello Hercules,

Sometimes guild leaders get banned, and their guild is forever frozen.

I'm looking for a script that would allow Game Masters to safely transfer guild master to another player in the guild without the guild master needing to be online

If there are already some out there, please link!

Thanks!

You can use this if you want,

Just please report if you found any bugs
default_smile.png


Link: http://upaste.me/f07e369360379b8b8

Read the description noted on the paste.
Some Variables that should be changed to scope variable(.@) from npc variable(.), else some unexpected behavior can be there (2 GM's using the NPC, and resulting in some other char name and some other guild)

Code:
.check
.gldid
.char$
.cgl$
.cgl2$
 
 
Hello sir @Dastgir!
Thank you for pointing that out sir, I thought of the same thing when I was still writing the script. I used that (.var) since I wanted to use "callsub" func to return when things on "input" fails, but then I realized that it might fall errors on future if I pursue (.var) than (.@var). 
default_biggrin.png


@topic:

So I tried to modify the script again:

Same Link: http://upaste.me/f07e369360379b8b8

Changes were written on the upper note.

Please do report if bugs were found,

Thank you! 
default_happy.png


 
Back
Top