- Joined
- Jun 18, 2007
- Messages
- 1
- Reaction score
- 1
For the InitItem client and Serverside.
For the message-e.dat
add this to languageM_en.txt and languageM_kr.txt
The reason why mages got higher magical attack power than knights and archer is, cuz they have no crit and in the higher levels the magical damage on a knight/archer at the same level decreases more and more.
I made those trinkets for the X-Perience Server.
Could be added to any shop NPC or something.
Code:
;Classrelated Trinkets
;Vaga
(item (name 2508) (Index 1137) (Image "knighttrinkets") (class ornament trinket) (code 5 13 0 0) (country 0 2) (level 50) (wear 1) (limit Knight 50) (buy 30000000) (sell 180000) (endurance 10) (specialty (Str 2) (Hth 2) (Attack 25 50) (hp 460) (mp 180) (hit 2) ) )
;Comm
(item (name 2509) (Index 1138) (Image "knighttrinkets") (class ornament trinket) (code 5 13 0 0) (country 0 2) (level 50) (wear 1) (limit Knight 50) (buy 30000000) (sell 180000) (endurance 10) (specialty (Str 2) (Hth 1) (Wis 1) (Attack 15 75) (hp 460) (mp 180) (hit 1) ) )
;EA
(item (name 2510) (Index 1139) (Image "archertrinkets") (class ornament trinket) (code 5 13 0 0) (country 0 2) (level 50) (wear 1) (limit archer 50) (buy 30000000) (sell 180000) (endurance 10) (specialty (Str 2) (Dex 2) (Attack 25 50) (hp 320) (mp 320) (hit 2) ) )
;IC
(item (name 2511) (Index 1140) (Image "archertrinkets") (class ornament trinket) (code 5 13 0 0) (country 0 2) (level 50) (wear 1) (limit archer 50) (buy 30000000) (sell 180000) (endurance 10) (specialty (Str 2) (Dex 2) (Attack 15 75) (hp 220) (mp 420) (hit 1) ) )
;Hermit
(item (name 2512) (Index 1141) (Image "magetrinkets") (class ornament trinket) (code 5 13 0 0) (country 0 2) (level 50) (wear 1) (limit mage 50) (buy 30000000) (sell 180000) (endurance 10) (specialty (Int 2) (Wis 1) (Dex 1) (Magic 100 150) (hp 220) (mp 420) (dodge 1) ) )
;CJB
(item (name 2513) (Index 1142) (Image "magetrinkets") (class ornament trinket) (code 5 13 0 0) (country 0 2) (level 50) (wear 1) (limit mage 50) (buy 30000000) (sell 180000) (endurance 10) (specialty (Wis 3) (Dex 1) (Magic 50 100) (hp 120) (mp 520) (dodge 2) ) )
Code:
( itemname 2508 "Trinket of Vagabond Swordman")
( itemname 2509 "Trinket of Commander")
( itemname 2510 "Trinket of Expert Archer")
( itemname 2511 "Trinket of Imperial Commander")
( itemname 2512 "Trinket of Hermit")
( itemname 2513 "Trinket of Chaiperson of Joong-Bang")
add this to languageM_en.txt and languageM_kr.txt
Code:
2508 2508
2509 2509
2510 2510
2511 2511
2512 2512
2513 2513
The reason why mages got higher magical attack power than knights and archer is, cuz they have no crit and in the higher levels the magical damage on a knight/archer at the same level decreases more and more.
I made those trinkets for the X-Perience Server.
Could be added to any shop NPC or something.
