Jump to content

crazyarashi

Developer
  • Posts

    761
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by crazyarashi

  1. You know the client doesnt have connection in skills behavior since its all on server side. what hash are you using
  2. If you don't want to change the skill_db just use the mapflag monster_noteleport
  3. 2448,9,6,1,5,0x2,1:1:1:1:2,5,1,yes,0,0,0,magic,0,0x0, SO_POISON_BUSTER,Poison Buster Poison buster has a splash area. better try again :)) You can edit the skill splash in skill_db
  4. your request lacks information and on the wrong section, please do provide your request clearly
  5. I believe the current exp table only supports up to lvl 500, you can try doubling it :))
  6. Had a pretty good laugh with Capuche's comment, anways, npc/re/cities/dicastes
  7. The same as the customs put the script file on the destination and add it on the conf.
  8. sec_in02,154,165,6 script Fishing Hole 723,{ //Fishing rod set [email protected],2764; //Fishing Lure set [email protected],2775; //Auto-Fish set [email protected],1; //Auto-Fish on Fail set [email protected],1; Fish: if (isequipped([email protected])) && (isequipped([email protected])){ specialeffect EF_BUBBLE,"Fishing Hole"; dispbottom "[Fishing] Baiting....."; set [email protected],11; if (isequipped(2550)) { //Fisher's Muffler set [email protected],[email protected] - 2; } if (isequipped(2443)) { //Fisher's Boots set [email protected],[email protected] - 2; } if (isequipped(2764)) { //Fishing Rode set [email protected],[email protected] - 3; } if (isequipped(2775)) { //Fishing Lure set [email protected],[email protected] - 1; } progressbar "ffffff",[email protected]; if (rand(1,10) == 2){ // 10% getitem 26080,1; //Credit specialeffect2 EF_TEMP_OK; mapannounce strcharinfo(3),strcharinfo(0)+" has caught a ATM Credit Card x1!",bc_map,"0xff77ff"; } if (rand(1,20) == 2){ // 5% getitem 7227,5; //TCG specialeffect2 EF_TEMP_OK; mapannounce strcharinfo(3),strcharinfo(0)+" has caught TCG Cards x5!",bc_map,"0xff77ff"; } if (rand(1,100) == 2){ 1% getitem 671,1; //Gold Coins specialeffect2 EF_TEMP_OK; mapannounce strcharinfo(3),strcharinfo(0)+" has caught a Gold Coin x1!",bc_map,"0xff77ff"; } if([email protected]==1){ goto Fish;}else{ end;} } else { dispbottom "[Fishing] You need a Fishing Rod and Lure."; end; } } Applying the basic math for percentage will do the trick.
  9. You need to add it on the scripts conf. for customs put it in scripts_custom.conf Wiki - Basic of Adding Scripts npc: npc/custom/healer.txt // Load Healer
  10. Just set your notepad++ encoding -> character sets to Korean
  11. You can normally find them in your data.grf try updating yours.
  12. Hi I'm kind of stuck in this, I want to do a checkquest for every quest_id in an array, I tried most stuffs. Looking for people who can enlighten me! Thank you in advance :))
  13. Did you try changing your client langtype to arabic
  14. // 07 splash/effect range // -1 - for screen-wide // 0 - no splash // all other values follow the formula: value * 2 + 1 // 1 - 3x3 // 2 - 5x5 // 3 - 7x7 skill.db
  15. You need to get an updated msg string table or update your servers msg_conf
  16. crazyarashi

    ETC Items

    I think if you put the item on the skill tab it will automatically display the amount except for equipments.
  17. crazyarashi

    Refiner

    You are not using rathena.
  18. crazyarashi

    Refiner

    Make sure your custom item is set to refinable in your item database. PS. Use smaller fonts please
  19. Using 2018-05-02 so yeah should work on higher clients.
×
×
  • Create New...

Important Information

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