default_codepage: utf8mb4
mysql => utf8mb4_unicode_ci
clinent => dininput.dll & ini
Three of the four characters look like this: ???
Unable to create a character.
How do I create Korean characters?
- script Test -1,{
OnPCUseSkillEvent:
announce "You have used level"+ ??????????????
end;
}
getskillname.diff
Tried to update this mod to latest rev.
plz
status.cpp
Find all case SC_JEXPBOOST: and insert case SC_VIPSTATE:
except this part
case SC_EXPBOOST:
case SC_JEXPBOOST:
case SC_JP_EVENT04:
find StatusIconChangeTable[SC_JEXPBOOST
StatusIconChangeTable[SC_VIPSTATE] = EFST_VIPSTATE;
status.hpp
find SC_JEXPBOOST then
SC_VIPSTATE,
EFST_KILLING_AURA,
EFST_VIPSTATE = find the last number on efstids.lub +1,
script_constants.hpp
add below sc_jexpboost
export_constant[SC_VIPSTATE];
I get a compilation error.
[Debug]: at C:\ro\src\char\int_mail.cpp:254 - DELETE FROM `mail`WHERE `type` = '0' AND `send_id` = '0' AND `time` <= UNIX_TIMESTAMP( NOW() - INTERVAL 15 DAY )
cashitem
cache usage time item
https://ro.gnjoy.com/guide/runemidgarts/skillview.asp?lineSeq=7&skillid=2284
max lv : 10
now lv : 5
2284,1,6,1,-1,0x2,1,10,1,no,0,0,0,weapon,0,0x0, SC_FATALMENACE,Fatal Menace
The level does not go up.
What should I do?