Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Kuya Jeo

  1. 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
  2. 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
  3. here PvP and GvG Warper with announce and cannot enter during WoE Time http://pastebin.com/wgVDrU6c
  4. nothing changed, i test all the langtypes and nothing change
  5. Kuya Jeo

    SVN

    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
  6. Kuya Jeo

    SVN

    tortoiseGit used by windows VPS user while in Github for linux VPS or centos
  7. lets convert this all haha love helping this community

  8. 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
  9. 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
  10. im used rAthena try to check the "Ignore Missing Files" in nemo patcher
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. Kuya Jeo

    Onequip

    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; } ">
  17. 2nd Free FluxCP will be release within this week or next week, anyway the design is already done thnx
  18. Kuya Jeo

    Onequip

    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: <" ">
  19. not only for equips but also the item in misc and healing has a different color?
  20. is nemo patcher now support item color coding name? because i want to make all items color name into black
  21. check your IP in your clientinfo.xml
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.