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

Windows Help In Game Store error and Other Script

miguelshta

Member
Joined
Mar 21, 2009
Messages
356
Solutions
1
Reaction score
18
Location
Sonora, Mexico
hello I need help I got sql error when one player purchase some item from in game store
14c75ar.png

I don't remember the sql command to add please help

also the other script is
I want to change the emote text color when a player gets healed
example:
2570ioj.jpg

when players use exura vita shows in red color also when player use mana on him shows in blue color how much mana was healed
thx for the attention and please help me :D
 
Meybe this:
Code:
CREATE TABLE store_history (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
accoaund_id discription coin_amaout,
time character sex changer ,
  ,
 
);
 
Back
Top