Jump to content

Phantasm

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by Phantasm

  1. 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"

  2. 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%

     

     

  3. 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.

     

    Capture_zps373e3568.png

     

     

     

    I had one bug like post #7 :  img36.imageshack.us/img36/586/iqc.JPG

    I had change all file lua to lub like step 6 and 7.

    Please help me  :((

    P/S: sorry my english bad



    i had login in game. I want to make a char GM but i don't know use SQL Brower to edit acoun. Please help me  :(

     

    Nó thông báo là DB logs.* không tồn tại.

  4. 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

  5. Item effect

    { bonus bAllStats,2; bonus2 bSubRace,7,10; bonus2 bAddEff2,Eff_Stone,100; if(BaseClass==Job_Archer) bonus bLongAtkRate,10; bonus2 bSubRace,7,8; else if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30; },{},{}
    

    Effect doesn't work when i add this

    else if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30;
    

    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; },{},{}

  6. 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); },{},{}

  7. 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; } 

  8. 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.

×
×
  • Create New...