[Help] Problem : carry 2 weapons of 2h (GM)

Newbie Spellweaver
Joined
Sep 23, 2008
Messages
19
Reaction score
0
I was checking the way to do that but it doesn't work, perhaps i am doing something wrong.

For example i want a gm take dual raptor +8 so i go my sql tbl and open my item table and change slot of raptor +8 to 0, the question is, i need to change all raptor group slot to +0? or just the raptor +8 that i will take?

after make edit table at sql i go item_org_us then i open it with tbl editor, and i see all items there but now the question is, i need to create a new row (for raptor +8) ? because i just see in every rows is not like sql that you see like 5 groups of raptors (since +0 to +10 x5 times in the list) in item_org_us rows i just see raptor (no raptor +1/+2/+3...etc) or i just change raptor slot to +0.

i made this :

1st method ) edited items tables from sql changing all raptors (since +0 to +10) slot to 0, then i went to item_org_us change raptor on tbl editor slot to 0 also, then save changes and start the launcher of my client, i have at my inventory dual raptor +8 but can't take both on every hand.

2nd method ) same like first method but i created a new row (raptor +8 with all columns good typed) at item_org_us but it still doesn't work.

Any kind of help i will appreciate that a lot.
 
Re: Problem : carry 2 weapons of 2h (GM)

do it in db ._. and btw. use search button ? :D

It is easy to say "do it on db", i am newbie on that kind of procedures, what u mean about db, database from sql ? or database that i use like restore database ?

instead say search better provide the link it would be usefull for me since i was looking for a similar problem already but can't find it yet.

thx
 
Just use that Inventory Editor(its called that) thats on the forum somewhere, its extremely easy to use and requires no guide since its almost like equipping items ingame in your inventory.
 
i've heard it makes the life easier and avoid a lot of tbl edit and time involved on it, but i have some troubles with inventory editor, i tryied to launch this but doesn't work for me, maybe i am doing something wrong.

Question is : you need to log in game to make it works or just with sql connect is enough ?

it is like i set this:

server ip : 127.0.0.1
USERNAME : (my char username or user login aka sa ?)
PW : (from my char or sa ?)
DATABASE : KN_online
 
Back