-
Content Count
100 -
Avg. Content Per Day
0 -
Joined
-
Last visited
-
Days Won
5
Slammer last won the day on February 20
Slammer had the most liked content!
Community Reputation
116 ExcellentAbout Slammer
-
Rank
Poporing
- Birthday 11/06/1986
Profile Information
-
Gender
Male
-
Location
Jakarta
-
Server
Global
-
Interests
RO
Contact Methods
- Yahoo
-
Skype
cahya_setiadi
-
moving 3rd skill to 2nd skill tree tab is not working?
Slammer replied to emadkm's question in Client-side Support
you mean like this? -
moving 3rd skill to 2nd skill tree tab is not working?
Slammer replied to emadkm's question in Client-side Support
1st job = tab 1st skill 2nd and trans = tab 2nd skill 3rd job = tab 3rd skill if u wanna custome go edit .lua file of skill -
moving 3rd skill to 2nd skill tree tab is not working?
Slammer replied to emadkm's question in Client-side Support
you mean trans job? or job 3rd? are you indonesia? -
How to change item_flag announcement?
Slammer replied to mihaamiharu's question in Scripting Support
maybe u can change : [%s] opened [%s] and awarded with '%s'!!# to [%s] obtained from [%s] an item, that is '%s'!!# because if u set item like old blue box, open and announce it. it's use same id at msgstringtable... -
share your script. i use last data server.
-
Try this... maybe can help floating_rates.txt
-
here you go...
-
if (countitem(item_id)<quality || countitem(item_id)<quality) { getitem item_id,quality; dispbottom "You need [ blablabla ]."; } if (countitem(item_id)>quality && countitem(item_id)>quality) { delitem item_id,quality; delitem item_id,quality; getitem callfunc("F_Rand",item_id,item_id,item_id,.......),1; } maybe can help you
-
here you go weapon lv 1 +8 or high weapon lv 2 +7 or high weapon lv 3 +6 or high weapon lv 4 +5 or high and armor/acc/headgear +5 they will annouce refine_announce.txt
-
refine.txt use this. maybe can help
-
u can find file with name ÁöÅ©ÇÁ¸®Æ®ÀÇÅõ±¸
-
not works.
-
help me how to fix this effect item of Costume Digital Space.
-
@arturzanca u can edit here : data\luafiles514\lua files\skillinfoz\skilltreeview.lub if nil ~= JobSkillTab and nil ~= JobSkillTab.ChangeSkillTabName then JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "Novice-1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "Novice-1st Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "Novice-1st Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "Novice-1st Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner") end