this what iam get when iam open my mainserv
http://im42.gulfup.com/HReUL.bmp
Printable View
this what iam get when iam open my mainserv
http://im42.gulfup.com/HReUL.bmp
there some thing woring in intitem from 5010 to 5063
how can i fix it ??????? iam search for them and i didn't find any thing
sorry for my bad english :-
some thing wrong with youre mainserv
.......
these are LINES... ctrl + g => goto line => 5010+ (the end of your file):
... missing ; in the beginning:Code:
[==========: G100 :==========]
;[-Knight-]
[==========: G100 :==========]
[-Knight-]
[-1H-]
(item (name 9148) (Index 9148) (Image "Wea229") (Action 35 2) (class weapon sword) (code 1 1 1 1) (country 2) (level 110) (wear 1) (limit Knight 90) (range 30) (buy 0) (sell 1591200) (endurance 34) (maxprotect 240) (specialty (aspeed 700) (Str 5) (Hth 4) (Dex 1) (Attack 300 370) (hp 450) (hit 83) ) )
fix all of it to:
fix all lines!Code:;[==========: G100 :==========]
;[-Knight-]
;[-1H-]
Kind Regards,
Uppa