Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

5/1 Defence dosn't work

Newbie Spellweaver
Joined
May 15, 2016
Messages
90
Reaction score
6
hello guys i have a problem with 5/1 talisman..

i made one but when i add it on any armor part it's just change the nickname of it but no any other effect can any one check it if i made some thing wrong :$:

Codes and Screen Shoots below .
______________________________________________________________________________

Inititem.TXT


(item (name 2267) (Index 988)(Image "item446")(desc 420)(class general charm)(code 3 6 18 0)(country 2)(use 1)(plural 1)(buy 0)(sell 0)(specialty (Changeprefix defense 100 205)))
______________________________________________________________________________

Inititem.DAT

(item (name 2267) (Index 988)(Image "item446")(desc 420)(class general charm)(code 3 6 18 0)(country 2)(use 1)(plural 1)(buy 0)(sell 0)(specialty (Changeprefix defense 100 205)))
______________________________________________________________________________

Prefix.TXT
(prefix (index 205) (level 0) (sell 0)
_____________________________________________________________________________

Prefix.DAT

(prefix (index 205) (level 0) (sell 0)
______________________________________________________________________________

message.DAT
(itemname 2267 "Perfect Defense Improvement")
(itemdesc 420 "The efficacy of this Talisman increase your [Defense 5 / Evasion 1].")
__________________________________________________________________________

RealTime.TXT

(armorpimp (prefix 205)(def 5)(toe 1))
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 30, 2015
Messages
40
Reaction score
4
perfix.txt and perfix.dat should be same inex you use
(prefix (index 205) (level 0) (sell 0)
205 not 450
realtime.txt
should be like this
(armorpimp (prefix 205)(defense 5))
 
Upvote 0
Newbie Spellweaver
Joined
May 15, 2016
Messages
90
Reaction score
6
perfix.txt and perfix.dat should be same inex you use
(prefix (index 205) (level 0) (sell 0)
205 not 450
realtime.txt
should be like this
(armorpimp (prefix 205)(defense 5))

same problem :/
 
Upvote 0
Back
Top