- Joined
- May 27, 2008
- Messages
- 26
- Reaction score
- 0
FAIL.
Listen to the mr.iknowbetter comments....:S
Listen to the mr.iknowbetter comments....:S
Last edited:
1st, dont blaim me if you already know this, this is for people that dont know yet.
If you want 20k nx to every1's inventory not manually then all you have to do is
execute this script in ur Query browser,
You can change the red in the amount you want the nx to be.
Hope this helped you a bit![]()
update accounts set nxCash = nxCash + amount;
This is horribly wrong.
The proper format is
Code:update accounts set nxCash = nxCash + amount;
airflow0 got pwned?
Im restarting my computer...
i want this post to be deleted when im back
Mate this works perfectly fine with any database as long as its based on odinms.
Post your negative comments some where ells, ty
airflow0 got pwned?
Im restarting my computer...
i want this post to be deleted when im back
This is horribly wrong.
The proper format is
Code:update accounts set nxCash = nxCash + amount;
No you don't get it dude. Yours only Sets the Nx to 20k. Airflows actually adds the nx. So if a player has more than 20k Nx then they'd lose nx. -.- Also, that wasn't a flame, It was a correction?
Your really a noob right?
You should'nt judge people in the 1st place, + myn sets NX to 20k / what ever you want, yours adds nx...
No myn is correct, only myn sets it to 20k, but your is adding.
set the default value in the collumn to the amount you want.hm...i was trying to set players default NxCash to 20k but it seems that when the account is logged for the 1st time...the NxCash Value change from 20k to 0.
I need to give the players 20k NxCash once they have register an account.
Anyone know how to do this?
umm, im not incredible at MySQL, so this is like 80% wrong im guessing...but wth.
Update accounts set nxcash default = 20000
That will most likely not work...but who knows, it might?. Someone wanna correct me if im wrong?
1st, dont blaim me if you already know this, this is for people that dont know yet.
If you want to set 20k nx to every1's inventory not manually then all you have to do is
execute this script in ur Query browser,
You can change the red in the amount you want the nx to be.
Hope this helped you a bit![]()
Mate this works perfectly fine with any database as long as its based on odinms.
Post your negative comments some where ells, ty
set the default value in the collumn to the amount you want.