Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Kuya Jeo

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

    SVN

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

  7. 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
  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
  9. im used rAthena try to check the "Ignore Missing Files" in nemo patcher
  10. 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
  11. 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
  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
  13. 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
  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
  15. 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; } ">
  16. 2nd Free FluxCP will be release within this week or next week, anyway the design is already done thnx
  17. 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: <" ">
  18. not only for equips but also the item in misc and healing has a different color?
  19. is nemo patcher now support item color coding name? because i want to make all items color name into black
  20. check your IP in your clientinfo.xml
  21. thank you, no error haha, thnx again
×
×
  • Create New...

Important Information

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