Setting 20k nx to every1's cash shop inventory

Status
Not open for further replies.
Re: [small release] Adding 20k nx to every1's cash shop inventory

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 :P

This is horribly wrong.

The proper format is
Code:
update accounts set nxCash = nxCash + amount;
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

This is horribly wrong.

The proper format is
Code:
update accounts set nxCash = nxCash + amount;

Mate this works perfectly fine with any database as long as its based on odinms.

:)

Post your negative comments some where ells, ty
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

airflow0 got pwned?
Im restarting my computer...
i want this post to be deleted when im back
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

Damn, Airflow0 beat me to the right way to do it. =\
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

Mate this works perfectly fine with any database as long as its based on odinms.

:)

Post your negative comments some where ells, ty

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 negative comment noob, It was a correction? Your title said "ADDING 20k Nx" It only sets the nx to 20k. Your an uber noob you know that?

airflow0 got pwned?
Im restarting my computer...
i want this post to be deleted when im back

Your really a noob right?
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

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...
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

No myn is correct, only myn sets it to 20k, but your is adding.

i LOL'ed at the phail in this....Did you even READ your title when you were writing it..? ADDING 20k nx...Not setting 20k nx.

Quit trying...AirFlow is right, your wrong lol.



P.S. Nice try changing your title, and editing your post. But on everyones replies, you can see on them: Re: Adding 20k nx to blah blah blah -__-
 
Re: [small release] Setting 20k nx to every1's cash shop inventory

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?
 
Re: [small release] Setting 20k nx to every1's cash shop inventory

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?
set the default value in the collumn to the amount you want.
 
Re: [small release] Setting 20k nx to every1's cash shop inventory

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? :P. Someone wanna correct me if im wrong?
 
Re: [small release] Setting 20k nx to every1's cash shop inventory

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? :P. Someone wanna correct me if im wrong?

That don't work. :P

Do this

Ctrl + D, go to the nxCash column and edit the default.
 
Re: [small release] Setting 20k nx to every1's cash shop inventory

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 :P

yu are wrong
 
Re: [small release] Adding 20k nx to every1's cash shop inventory

Mate this works perfectly fine with any database as long as its based on odinms.

:)

Post your negative comments some where ells, ty

Im sorry... but airflow is like x10000 smarter than you..
 
Re: [small release] Setting 20k nx to every1's cash shop inventory

this helped alot /sarcasm
 
Status
Not open for further replies.
Back