• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Set a certain account not to save

Yamahation

New Member
Joined
Aug 11, 2012
Messages
13
Reaction score
0
Hey guys,

Possibly a very simple question, but I cannot find a way to go about this. I am using a pre-compiled 8.6 distribution and looking to create a war ot. I cannot find a way to make it so the 1/1 account (Planning to have Elder Druid, Royal paladin, etc etc on there) does not save. How would I go about this? I was tihnking maybe create a SQL trigger which purposely threw an error before the row was edited but apparently you can only add triggers for entire tables.
 
You could make a script in creature scripts which reacts when a player with id xxxx or something similar logs in gets positioned to temple and added up or down till level 8. You will also have to make the items/eq stuck to the character or clean/add while logged in.
Not sure if that would be the either best or easiest way to reach your goal but its defintly a way.

Regards,
Mjmackan.
 
Your player entry in database should have a value `save` which you can set to 0 for the characters
 
Back
Top