No gm weapon?

Newbie Spellweaver
Joined
Jul 7, 2006
Messages
25
Reaction score
0
i have tried to edit some items like "imperial diamond sword of pain" in the iteminit.txt file.
bequze i want to make gm stuff, godly weapon fast atkspeed and damage things like that. buth somehow it dont work.

is there a way to make a very strong weapon?
and iff possible a untoucheble armor?
 
Code:
;stick
(item	(name 9005)		(Index 9005)	(Image "MaX06") (Action 8 5)		(class weapon wand)    (code 1 2 1 3) (country 2) (level 70) (wear 1) (limit mage 61) (range 25)     (buy 0) (sell 0) (endurance 34) (maxprotect 280) (specialty(aspeed 2000) (Hth 14) (Int 15) (Wis 7) (Attack 1232 1242) (Magic 4100 9100) (hp 3000) (mp 4000) (hit 75) ))

Above is a fully pimped stick do something along the lines of this :)
 
Upvote 0
ty for the replies buth i dont realy understand what ur saying.
i'm a noob in sql. i just have it 3 days.
so a guide would be helpfull =(
 
Upvote 0
ty for the replies buth i dont realy understand what ur saying.
i'm a noob in sql. i just have it 3 days.
so a guide would be helpfull =(

when u edit ur weapon in inititem.txt u also have to edit it in config.pk -> inititem :)

but if ur going to make ur server online for others....make sure this item is not in droplist :S
 
Upvote 0
ok i changed it in iteminit.txt buth i cant change it in iteminit.dat.
i use dattool and i get a txt i open it buth everything is coded how am i able to edit the weapon iff the file is coded?
 
Upvote 0
Back