problem with items added

Junior Spellweaver
Joined
Jan 3, 2008
Messages
131
Reaction score
0
ok I have 2 problems first when i try to make my accessories I can't because the mainserver says invalid format...

Code:
(item (name 7505)  (Index 7505) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 7)(Dex 7)(Hth 7)(hp 500)(mp 600)))
(item (name 7506)  (Index 7506) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 7)(Dex 7)(Hth 7)(hp 500)(mp 600)))
(item (name 7507)  (Index 7507) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Str 7)(Dex 7)(Hth 7))hp 500)(mp 600))) 
 
KNIGHT
(item (name 7508)  (Index 7508) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 5)(Dex 3)(Hth 4)))
(item (name 7509)  (Index 7509) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 5)(Dex 3)(Hth 4)))
(item (name 7510)  (Index 7510) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Str 5)(Dex 3)(Hth 4)(hp 300)(mp 350)))

MAGE
(item (name 7511)  (Index 7511) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Intel 4)(Dex 5)(Hth 4)))
(item (name 7512)  (Index 7512) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Intel 4)(Dex 5)(Hth 4)))
(item (name 7513)  (Index 7513) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Intel 4)(Dex 5)(Hth 4)(hp 300)(mp 350)))

ARCHER
(item (name 7514)  (Index 7514) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 4)(Dex 5)(Hth 7)))
(item (name 7515)  (Index 7515) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 4)(Dex 5)(Hth 7)))
(item (name 7516)  (Index 7516) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Str 4)(Dex 5)(Hth 7)(hp 300)(mp 350)))

and I just added some talismans but when i put my mouse on top of them my clien crashes
Code:
(prefix (Index 93) (level 70) (sell 0) (str 13) (Hth 13) (Int 13) (Wis 13) (Dex 13) (attack 350 500) (magic 350 500) (hp 150) (mp 120) (defense 5) (hit 3) (dodge 3) )

so can anyone help me plz? =D
 
ok I have 2 problems first when i try to make my accessories I can't because the mainserver says invalid format...

Code:
(item (name 7505)  (Index 7505) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 7)(Dex 7)(Hth 7)(hp 500)(mp 600)))
(item (name 7506)  (Index 7506) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 7)(Dex 7)(Hth 7)(hp 500)(mp 600)))
(item (name 7507)  (Index 7507) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Str 7)(Dex 7)(Hth 7))hp 500)(mp 600))) 
 
KNIGHT
(item (name 7508)  (Index 7508) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 5)(Dex 3)(Hth 4)))
(item (name 7509)  (Index 7509) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 5)(Dex 3)(Hth 4)))
(item (name 7510)  (Index 7510) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Str 5)(Dex 3)(Hth 4)(hp 300)(mp 350)))

MAGE
(item (name 7511)  (Index 7511) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Intel 4)(Dex 5)(Hth 4)))
(item (name 7512)  (Index 7512) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Intel 4)(Dex 5)(Hth 4)))
(item (name 7513)  (Index 7513) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Intel 4)(Dex 5)(Hth 4)(hp 300)(mp 350)))

ARCHER
(item (name 7514)  (Index 7514) (Image "item328")   (class ornament trinket) (code 5 13 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 4)(Dex 5)(Hth 7)))
(item (name 7515)  (Index 7515) (Image "item327")   (class ornament necklace) (code 5 14 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                         (specialty (Str 4)(Dex 5)(Hth 7)))
(item (name 7516)  (Index 7516) (Image "item325")   (class ornament ring) (code 5 15 0 0) (country 0 1 2)  (wear 1)          (buy 0) (sell 3000) (endurance 10)                                                 (specialty (Str 4)(Dex 5)(Hth 7)(hp 300)(mp 350)))

Well Sins When ( Intel works -.- )
little preview: (specialty (Hth 9) (Int 9) not (intel


and I just added some talismans but when i put my mouse on top of them my clien crashes
Code:
(prefix (Index 93) (level 70) (sell 0) (str 13) (Hth 13) (Int 13) (Wis 13) (Dex 13) (attack 350 500) (magic 350 500) (hp 150) (mp 120) (defense 5) (hit 3) (dodge 3) )
so can anyone help me plz? =D

Putted it both in server side and client side?
+ also made a Thing for it in the inititem?
 
Upvote 0
omg I feel so n00b xD... Thanks I was really tired yesterday so I didn't notice that :P

and yes I've put it on both sides I posted that because I thought that was the problem so u got any other theory? xD
 
Upvote 0
I fixed that but still get the same error "invalid formats" and "invalid symbol()" I've checked the line and i don't find anything wrong

and I fixed the talis thing =D
 
Upvote 0
I fixed that but still get the same error "invalid formats" and "invalid symbol()" I've checked the line and i don't find anything wrong

and I fixed the talis thing =D

Atm i cant find it either maybe its becouse i just woke up
or its just correct that the error came from something els.
 
Upvote 0
Back