Jump to content

Phantasm

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Phantasm

  1. GRF encrypted by GRF tool can merge ? I mean use thor patcher. My patcher can't open grf encrypted
  2. I got warning when i generate cps.dll: File not found Utilities.Services.EncodingServices.ANSI And i cant Encrypt GRF... My client cant read .lub files, got error Unxpected Symbol What is : "The client excutable is invalid. Encrypt feature will be disabled. Error code: 0x02"
  3. It's normal. I'm use 1.6.5 to Compress and i down 1.6.6 to Decompress and i got this warning
  4. I extracted data.grf, but images was corrupted. What should i do ?
  5. Try click-right the quest you want to remove.
  6. Try it: http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/
  7. bonus bAspdRate,3; bonus2 bSubEle,Ele_Water,5; if(getrefine()>6) bonus3 bAutoSpell,"TK_SEVENWIND",3,10; if(getrefine()>7) bonus bAspdRate,3; if(getrefine()>8) bonus3 bAutoSpell,"WZ_FROSTNOVA",5,50; if(getrefine()>9) { bonus bAspdRate,2; bonus bBaseAtk,5;} If refined to 7, when attacking, has a chance of autocasting Lv 3 Mild Wind. => my script is: 1% If refined to 9, has a chance of autocasting Lv 5 Frost Nova. => my script is 5%
  8. What effect of job_repairs ? Can someone expain to me ?
  9. Anyone can tell me why i can't Start Ragnexe ? I Double click and it's to do nothing. When i started with Loki Patcher, i got Error. Nó thông báo là DB logs.* không tồn tại.
  10. Can have Promo Code Generator, automatic make and add promo code in sql ??
  11. What client you using ? If client 2012-xx-xx you must add on iteminfo.lub in System Folder
  12. Follow the ID below: 1100-1149 one-handed sword 1150-1199 two-handed sword 1200-1249 knife 1250-1299 katar 1300-1349 one-handed axe 1350-1399 two-handed axe 1400-1449 one-handed spear 1450-1499 two-handed spear 1500-1549 mace 1550-1599 book 1600-1649 rod 1700-1749 bow 1750-1799 arrow 1800-1849 knuckle 1900-1949 instrument 1950-1999 whip 13000-13099 knife 13100-13149 handgun 13150-13199 other gunslinger weapons 13300-13399 shuriken 13400-13499 one-handed sword
  13. Here, you can compare to see what you wrong ! { bonus bAllStats,2; bonus2 bSubRace,7,10; bonus2 bAddEff2,Eff_Stone,100; if(BaseClass==Job_Archer) { bonus bLongAtkRate,10; bonus2 bSubRace,7,8;}; if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30; },{},{}
  14. Try it, everytime you equip and relog stats will random again: 5817,Valentine's_Emblem,Valentine's Emblem,5,10,,0,,3,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ if(rand(1,3) == 1) bonus bStr,rand(100,150); else if(rand(1,3) == 2) bonus bInt,rand(100,150); else bonus bDex,rand(100,150); },{},{}
  15. You using Renewal System, right ? White Valkyrie Helm item Script in item_db.txt or item_db2.txt { bonus2 bSubRace,RC_DemiHuman,10; bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5; In item_combo_db.txt: //Valkyrie Helm + Mjolnir, current you cant resist Deep Sleep. ID_YOUR_VALKYRIE_HELM:1530,{ bonus bAllStats,12; bonus2 bAddRace,RC_DemiHuman,20; } // Valkyrie Helm + Mes ID_YOUR_VALKYRIE_HELM:13027, {bonus bAspdRate,20;} // Valkyrie Helm + Elven Bow ID_YOUR_VALKYRIE_HELM:1773,{bonus bLuk,10; bonus bLongAtkRate,10; }
  16. getexp <base xp>,<job xp>; its can help ?
  17. Does you learned skill for mount ? Something like Falcon Mastery for rent a falcon. This script just rent Falcon/Warg/Mado/Dragon and Gryphon. Not mount something like Lion for Swordman Class, Savage for Merchant Class. Sorry my bad English.
  18. You can use Manage SKill Damage of Lilith
  19. Phantasm

    About Commands

    Just disable commands @item/@item2 and make NPC for it.
  20. Base Level of Paladin and target must be between 1~10.
×
×
  • Create New...