Quote:
Originally Posted by iamfree55wkda
Anyone can tell me how i make npc delete legion?
anyone have a way to delete legion from npc?
40065 0000 0000 0702 0
action type 702 not working.
|
no type 702 is not coded inside the msg server corectly.
to delete the legion you have to do it manually (and remove all pets from totem ect) this all while the server is DOWN, to not get corrupt players or pets. (unable to join another legion, register pets, trade pets ect...)
very important, not to just press delete in the cq_syndicate table because that will corrupt your players data.
you will need to check the following tables for
ALL legion members.
cq_syndicate
cq_synattr
cq_totem_add
cq_eudemon
you can automate this by writing a custom tool that checks a specific task on the player, checks if that is the leader, then cleans out the db with all the tables that needs to be deleted/edited. so no player data gets corrupt.