

gugusjungs
Members-
Content Count
13 -
Avg. Content Per Day
0 -
Joined
-
Last visited
Community Reputation
7 NeutralAbout gugusjungs
-
Rank
Poring
Profile Information
-
Gender
Male
-
Location
Thailand, Bangkok
Recent Profile Visitors
2,296 profile views
-
@Radian data / texture / 유저인터페이스 / 전장적표시.bmp
-
data / texture / effect in data.grf (jRO) BG_Icon.zip
-
[email protected] = (BaseLevel/10); bonus bHit, 30-([email protected]*3); bonus bMaxHP, 1000-([email protected]*100); bonus bMaxSP, 200-([email protected]*20); bonus bVariableCastrate,[email protected]; bonus2 bAddItemHealRate,569,50-([email protected]*10); bonus bHealPower,150-([email protected]*10); bonus bHealPower2,150-([email protected]*10); i not test.
-
https://github.com/rathena/rathena/blob/master/conf/battle/monster.conf#L259 or /monsterhp
-
ALL IN ONE NPC had issues. Ori script from Euphy
gugusjungs replied to crystalro's question in Script Requests
in "function Equip_Menu" setarray [email protected]$[1],"Upper Headgear","Armor","Left hand","Right hand","Garment","Footgear","Left Accessory","Right Accessory","Mid Headgear","Lower Headgear"; set [email protected]$,""; for (set [email protected],1; [email protected] <= 10; set [email protected],[email protected]+1) { if (getequipisequiped([email protected])) set [email protected]$, [email protected][email protected]$[[email protected]]+" [^0055FF"+getequipname([email protected])+"^000000]"; set [email protected]$, [email protected]$+":"; } set @i, select([email protected]$); Replace to : setarray [email protected]$[1],"Upper Headgear","Armor","Left hand","Right hand","Garment","Footgear","Left Accessory","Right Accessory","Mid Headgear","Lower Headgear"; setarray [email protected]_pos[1], EQI_HEAD_TOP, EQI_ARMOR, EQI_HAND_L, EQI_HAND_R, EQI_GARMENT, EQI_SHOES, EQI_ACC_L, EQI_ACC_R, EQI_HEAD_MID, EQI_HEAD_LOW; set [email protected]$,""; for (set [email protected],1; [email protected] <= 10; set [email protected],[email protected]+1) { if (getequipisequiped([email protected]_pos[[email protected]])) set [email protected]$, [email protected][email protected]$[[email protected]]+" [^0055FF"+getequipname([email protected]_pos[[email protected]])+"^000000]"; set [email protected]$, [email protected]$+":"; } set @i, [email protected]_pos[select([email protected]$)]; -
modify to remove prices file functions_kafras.txt in function F_KafSet search // VIP pricing varies across the regional servers; this is most practical. add before // VIP pricing varies across the regional servers; this is most practical. if (BaseLevel <= 30) for (set [email protected], 0; [email protected] < getarraysize(@wrpP); set [email protected], [email protected] + 1) set @wrpP[[email protected]], 0; // VIP pricing varies across the regional servers; this is most practical. added a sentence file functions_kafras.txt in function F_KafTele (add after line 6) mes "dont worry about prices if your'e under lvl 30"; or show text only lvl <30 if (BaseLevel <= 30) mes "dont worry about prices if your'e under lvl 30";
-
Line 17 edit else { to else if (BaseLevel > 30) {
-
rAthena skill 'random' is undefined! server\src\map\skill.c:219::skill_chk
gugusjungs replied to gugusjungs's question in General Support
thanks. -
rAthena skill 'random' is undefined! serve\src\map\skill.c:219::skill_chk This server download with last Github (https://github.com/rathena/rathena/commit/23540387212193d0496b311001f09becd59505a7) I got problem skill SIGHT BLASTER when use skill with monster or player. It’s show error rAthena skill 'random' is undefined! Server/src/map/skill.c219::skill_chk and src and db dind’t modify anything (original src & db) Maybe has other skill also please check it also skill 1028 is undefined skill.c:219::skill_chk skill 771 is undefined skill.c:219::skill_chk skill 778 is undefined skill.c:219::skill_chk skill 65535 status.c:95::status_skill2sc status_skill2sc unsupported skill id 65535 status_skill2sc unsupported skill id 0 VIDEO: free picture upload
-
https://hashield.net/
-
how to adjust the window of browser hexed
gugusjungs replied to FelipeMartins's question in Scripting Support
mes "You can <URL>YouTube<INFO>https://www.youtube.com/embed/UAXMc2ebEQ0,Width,Height</INFO></URL>"; without hex -
npc\re\jobs\novice\novice.txt