Question About SERVER IDX in GM Tools for Cabal Cash

Experienced Elementalist
Joined
Aug 10, 2008
Messages
291
Reaction score
10
ok.. so far so good.. i have made changes in The server name and Yeah... i have done everything accdg to the guide by mahi.. and DarkXL so now.. i'm having problems giving my players Items since i cant USE GM TOOLS FOR CABAL CASH...

the SERVERIDX on GMTFCC is 24 but my server iDX is 01

now how am i suppose to give them items...
@_@ oh and BTW.. im a noob yep... Dunno what to do... and i can't make a CABAL CASH SHOP.. so.. there i admit it..@_@ sorry for being such a noob but can anyone help me?

:fish:
 
try sending it to yourself using server id 24 and then another using 01

check mycashitem table in cabalcash item check if it exists or not.

check isuse, it must be 0 meaning you havnt acquired it yet.

login, wait a few seconds. check. it should be there.

to double check, switch char, get back ingame, recheck.
 
Upvote 0
this helped but now.. im having problems with the DURATION code can you give me the codes coz i dont want it to be an instant item ^^ if that is Posible..
 
Upvote 0
well... what i mean is that.. the tables in has also the DURATIONIDX which can = to something

what i need to know is there any way not to make it a limmited item. . . just asking though.. coz when i get the item its always limited.. or something like that.. @_@ should i be putting in 16 or something else... ~_~ i know 18 is 180 days but... ?? how can i make the items Permanent to a user?

thanks if there are any replies

:fish:
 
Upvote 0
The cabalcash tool is uses hard-coded values for the server idx and duration so you have to edit manually or wait for newer gm tools.

After adding the items using the cabalcash tool run the following query on the cabalcash database:
Code:
update mycashitem set serveridx=1 where serveridx=24

I'm sure if you check the "mycashitem" column titles you can figure out how to change the command to do the durationidx too but you should do the durationidx first as it needs changing before you grab the item in the game.
 
Upvote 0
There We go ^^ that was all i needed...

OH and BTW... im making a User Friendly Website for all servers its under Development right now. . .hope i can release it soon ^^ thanks for the help ^^
 
Upvote 0
Back