-
Content Count
596 -
Joined
-
Last visited
-
Days Won
25
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Kuya Jeo
-
How to remove the Item Color Name [ 2013-08-07 RagExe ]
Kuya Jeo replied to Kuya Jeo's question in Client-Side Support
Solved!!! I did this 1. Copy the old luafiles514, i think its compatible with 2012-04-10a 2. Delete the luafiles514lua filesdatainfo folder 3. Open the 2013 luafiles514 and all the files inside the ( luafiles514lua filesdatainfo ) and paste it to the Old luafiles514lua filesdatainfo 4. Delete the luafiles514lua filesquest folder 5. Open the 2013 luafiles514 and all the files inside the ( luafiles514lua filesquest ) and paste it to the Old luafiles514lua filesquest 6. If error occur, just copy some files in 2013 luafiles and paste it to the old luafiles hope this will be a guide for all Note : I dont know if it works in new clients -
how to disable the long list of command every login
Kuya Jeo replied to markblank05's question in Client-Side Support
if you are using langtype 0 /h or /help will appear, try to use other langtypes, use langtype 1 EDIT you can just to this in-game -
here PvP and GvG Warper with announce and cannot enter during WoE Time http://pastebin.com/wgVDrU6c
-
How to remove the Item Color Name [ 2013-08-07 RagExe ]
Kuya Jeo replied to Kuya Jeo's question in Client-Side Support
nothing changed, i test all the langtypes and nothing change -
tortoiseGit used by windows VPS user while in Github for linux VPS or centosAbsolutely No.Github is a site (platform) which host git repository. TortoiseGit is a Git Client with GUI for windows Git client is available in Linux too(which is command line operations) @BackToTopic. Use git If you wish to receive future updates. If you download zip, you would need to manually update, Using Git is recommended. oh i see my bad , haha
-
tortoiseGit used by windows VPS user while in Github for linux VPS or centos
-
case TK_JUMPKICK: skillratio += -70 + 10*skill_lv; if (sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == skill_id) skillratio += 10 * status->get_lv(src) / 3; //Tumble bonus if (flag) { skillratio += 10 * status->get_lv(src) / 3; //Running bonus (TODO: What is the real bonus?) if( sc && sc->data[SC_STRUP] ) // Spurt bonus skillratio *= 2; } reduce all the skillratio and recompile case TK_JUMPKICK: skillratio += -30 + 10*skill_lv; if (sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == skill_id) skillratio += 5 * status->get_lv(src) / 3; //Tumble bonus if (flag) { skillratio += 5 * status->get_lv(src) / 3; //Running bonus (TODO: What is the real bonus?) if( sc && sc->data[SC_STRUP] ) // Spurt bonus skillratio *= 1; like this? yeah, and recompile your server after editing the source
-
case TK_JUMPKICK: skillratio += -70 + 10*skill_lv; if (sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == skill_id) skillratio += 10 * status->get_lv(src) / 3; //Tumble bonus if (flag) { skillratio += 10 * status->get_lv(src) / 3; //Running bonus (TODO: What is the real bonus?) if( sc && sc->data[SC_STRUP] ) // Spurt bonus skillratio *= 2; } reduce all the skillratio and recompile
-
Card Remover that doesn't remove enchants on the Item
Kuya Jeo replied to nigelmartija's question in Script Requests
nope -
Card Remover that doesn't remove enchants on the Item
Kuya Jeo replied to nigelmartija's question in Script Requests
try to use this http://pastebin.com/YPwAm9C6 -
Card Remover that doesn't remove enchants on the Item
Kuya Jeo replied to nigelmartija's question in Script Requests
you are using rA ro Hercules? -
im used rAthena try to check the "Ignore Missing Files" in nemo patcher
-
check 1st your header, it should be like this prontera,150,150,5<tab>script<tab>NPCNAME<tab>NPCID,{ E.g prontera,150,150,5 script Healer 123,{ you can check the npc list here http://dotalux.com/ro/npclist/ and restart your server if you will change anything in your npc script or use @reloadscript
-
Old Prontera Field Textures and Files?
Kuya Jeo replied to magicman's question in Client-Side Support
You need to find old maps of those fields too. Yeah I know but I can't find them. Do you know where I can get them? better to download lower version of data.grf or the lower version of kRO and look for the old prontera using grf editor Yeah the problem is: Where do I find a lower version? i think i have 2014 kRO Files gonna check it later, but you need to downlaod the old prontera in the downlaod section -
Old Prontera Field Textures and Files?
Kuya Jeo replied to magicman's question in Client-Side Support
You need to find old maps of those fields too. Yeah I know but I can't find them. Do you know where I can get them? better to download lower version of data.grf or the lower version of kRO and look for the old prontera using grf editor -
PvP Points v1.6Changelogs - Fixed bugs found in variables - Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ] - Added @pvppoints command- Removed Whisper NPC - Separate Player Checker PvP Status http://pastebin.com/VGyrkNq8 Thank you I will test for errors. i already test that you can use it now but you need to configure if you choice the Specific Maps
-
PvP Points v1.6Changelogs - Fixed bugs found in variables - Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ] - Added @pvppoints command- Removed Whisper NPC - Separate Player Checker PvP Status http://pastebin.com/VGyrkNq8
-
no i want to use it on item. huhuh the item only 1 here you go, test it first OnEquipScript: <" if(readparam(bStr)>=245) { bonus bStr,10; bonus bAgi,10; bonus bDex,10; bonus bAtkRate,5; } if(readparam(bVit)>=245) { bonus bVit,10; bonus bLuk,10; bonus bDex,10; bonus bMaxHPrate,5; } if(readparam(bInt)>=245) { bonus bInt,10; bonus bAgi,10; bonus bDex,10; bonus bMatkRate,5; } if(readparam(bDex)>=245) { bonus bDex,10; bonus bAgi,10; bonus bLuk,10; bonus bLongAtkRate,5; } ">
-
2nd Free FluxCP will be release within this week or next week, anyway the design is already done thnx
-
OnEquipScript: <" if(readparam(bStr)>=245) { bonus bStr,10; bonus bAgi,10; bonus bDex,10; bonus bAtkRate,5; } "> OnEquipScript: <" if(readparam(bVit)>=245) { bonus bVit,10; bonus bLuk,10; bonus bDex,10; bonus bMaxHPrate,5; } "> OnEquipScript: <" if(readparam(bInt)>=245) { bonus bInt,10; bonus bAgi,10; bonus bDex,10; bonus bMatkRate,5; } "> OnEquipScript: <" if(readparam(bDex)>=245) { bonus bDex,10; bonus bAgi,10; bonus bLuk,10; bonus bLongAtkRate,5; } "> you can use either Script: <" "> or OnEquipScript: <" ">
-
not only for equips but also the item in misc and healing has a different color?
-
is nemo patcher now support item color coding name? because i want to make all items color name into black
-
How to remove the Item Color Name [ 2013-08-07 RagExe ]
Kuya Jeo replied to Kuya Jeo's question in Client-Side Support
bump to this topic -
check your IP in your clientinfo.xml