• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.X+ Wings & Auras - saving on relog

Mjmackan

Mapper ~ Writer
Joined
Jul 18, 2009
Messages
1,476
Solutions
17
Reaction score
194
Location
Sweden
Hey, using TFS 1.4.2 with the Aura/Wings/Shaders system following Gesiors commit:

But I cannot get around saving either aura, shader or wings, when i relog my character everything is removed.
I manually added this to make sure it got added and verified its there.
SQL:
    db.query("ALTER TABLE `players` ADD `lookaura` INT(10) NOT NULL DEFAULT '0' AFTER `lookaddons`")
    db.query("ALTER TABLE `players` ADD `lookshader` INT(10) NOT NULL DEFAULT '0' AFTER `lookaura`")
    db.query("ALTER TABLE `players` ADD `lookwings` INT(10) NOT NULL DEFAULT '0' AFTER `lookshader`")

1781208213723.webp
 
Back
Top