[HELP] Items

07/31/2009 11:09 KingDeyo#1
Hello =)

How i can get items ingame (without hp) ? per db or so???
how i can do new items / changed it ( .. +59 dmg changed to +5000dmg or so) and this in a box ( box where i can get argates and so you know?)

o hope you know what i mean and can help me thx

greetz KidFromHell =)
07/31/2009 22:23 Bakloma#2
1. database - character - user_bag
2. data/share/item/itemetc - search the attack variable somewhere
3. there are enough tuts for drop rate
08/01/2009 00:18 KingDeyo#3
Hm thx items

1. database - character - user_bag

and what i must do there???
i have do a new line with the user no, line no and index
now i become 400.100 error with the char who i have give it
can you say me that
08/01/2009 01:23 caper#4
Go back in and delete that line you added. You can't add the lines manually. You have to replace an item that is already in there.

Buy a bunch of return scrolls, go in the db like you did and replace the scroll index (4001) with the item you wanted.
08/01/2009 08:28 Bakloma#5
no first of all go
database - character - user_character

then search for the character, who should get the item
copy the character_no. it should be something like BC64325T3
then go back to user_bag (open table -> return all rows) and then max the window and click on 'show/hide grid pane'.
search for user_no.(in the second line!) , click the output away and fill in criteria the user_no
then click on run (the red '!')

if your character has items in the inventar they should be listed then.
you have to replace the indexes then.
if you have an copper argate and replace it with a gold argate, you have to do following:
copper argate: 9901
gold argate: 9902
(silver : 9903)

you have to search for the index 9901 and replace it with the index 9902 (in the line wIndex)

but be careful. if there is an item like a rerturn scroll you may not replace it with a bigger item, like an armor.
(return scroll = 1x1, armor = 2x2)
but: you may take smaller items for bigger items. for example: if you have a le cruz armor and dont want it, you can search the index and change it with a copper argate. you will have a copper and 3 empty slots then.
so be careful, what you change. if u make a mistake, the character is bugged and u have to delete it
08/01/2009 11:52 KingDeyo#6
OKEY BIG THX its work fine now thx Bakloma and caper
08/01/2009 11:56 Bakloma#7
np
08/26/2009 23:57 coalchamber666x#8
Quote:
Originally Posted by Bakloma View Post
no first of all go
database - character - user_character

then search for the character, who should get the item
copy the character_no. it should be something like BC64325T3
then go back to user_bag (open table -> return all rows) and then max the window and click on 'show/hide grid pane'.
search for user_no.(in the second line!) , click the output away and fill in criteria the user_no
then click on run (the red '!')

if your character has items in the inventar they should be listed then.
you have to replace the indexes then.
if you have an copper argate and replace it with a gold argate, you have to do following:
copper argate: 9901
gold argate: 9902
(silver : 9903)

you have to search for the index 9901 and replace it with the index 9902 (in the line wIndex)

but be careful. if there is an item like a rerturn scroll you may not replace it with a bigger item, like an armor.
(return scroll = 1x1, armor = 2x2)
but: you may take smaller items for bigger items. for example: if you have a le cruz armor and dont want it, you can search the index and change it with a copper argate. you will have a copper and 3 empty slots then.
so be careful, what you change. if u make a mistake, the character is bugged and u have to delete it


um no those are the wrong numbers ... those are mavrics
08/27/2009 01:42 janvier123#9
or you can use [Only registered and activated users can see links. Click Here To Register...]