• 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!

Modern AAC delete char problem REP+!

sikkee

New Member
Joined
Feb 27, 2010
Messages
89
Reaction score
2
Hi I got a problem with my modern aac, when I click the delete button in account->characters to delete a character, the character dissapears from the website but still appears in the database, why? And how to fix it?

Got another problem too: In mods/firstitems.xml I want a bag with not only 1 item in it, but 2 (or more) but how to fix it? It looks like this right now.

PHP:
			doAddContainerItem(doPlayerAddItem(cid, 3940, 1), 2789, 25)
			setPlayerStorageValue(cid, config.storage, 1)
			return true
(not the whole file, only the necessary text)


REP++ IF YOU HELP ME!
 
Back
Top