Jump to content

Abeiy

Members
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Abeiy

  1. Hi, well, you are looking everywhere for an NPC that makes the enchants of the Illusion Dungeon, but without success, someone would have helped me a lot.

    Thank you

  2. On 1/22/2019 at 6:42 AM, CyberDevil said:

    Thank you a to @crazyarashi it's a very complete script but I have an error:

    
    [Error]:  Loading NPC file: npc/custom/instance/Charleston_Crisis/Verus_Merchants.txt
    script error on npc/custom/instance/Charleston_Crisis/Verus_Merchants.txt line 134
        parse_line: expect command, missing function name or calling undeclared function
       129 :        "Pile Bunker T",16032;
       130 :        setarray .bunker_requirement,1549,1,6751,300,6750,15;
       131 :        end;
       132 : }
       133 :
    *  134 : 'v'erus04,69,108,5     script  Mass Charleston#exchanger_2     4_F_CHARLESTON01,{
       135 :        if (checkweight(1201,1) == 0) {
       136 :                mes "Inventory full, speak to me again when you have enough space.";
       137 :                close;
       138 :        }
       139 :        if (MaxWeight - Weight < 5000) {

    Can you help me to correct this?

    Edit: I verified that the problem is something on the first npc, in fact if I comment it (from line 12 to line 132) , I have no more error in the console

    Yes D:!

  3. 12 hours ago, Balfear said:

    It means that quest cooldown end at 4:00 AM.
     

    // Time Limit* can be:
    // - in seconds ; date limit will be at [Current time + Time Limit]
    // - in HH-MM format ; date limit will be at [Time Limit] of the current day or at [Time Limit]
    // of the next day if [Time Limit] is lower than the current date.

    Thank you very much ♥

  4. Spoiler

    19308,Amistir_Beret,Amistr Beret,4,0,,200,,10,,1,0xFFFFFFFF,63,2,256,,1,1,1294,{ .@r = getrefine(); bonus bMatk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Holy,10; } if (.@r>=11) { bonus bAtkRate,5; bonus bMatkRate,3; bonus bFixedCast,-(min(500,100*(.@r-10))); } },{},{}
     

    Good Luck

×
×
  • Create New...