Jump to content

SwaTik

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by SwaTik

  1. On 15.03.2017 at 6:30 PM, khoi said:

    https://raw.githubusercontent.com/rathena/rathena/master/npc/custom/quests/hunting_missions.txt

    hello sir,Im using euphy hunting Missions.But I received an error.When  start kill monster below error showed.Hope you guys can help me solve this problem.Thank You.

    
    [Error]: buildin_getvar: 'Hp' is a parameter - please use readparam instead
    [Debug]: Data: param name='Hp' type=5
    [Debug]: Source (NPC): Hunting Missions at prontera (204,235)

     

    change .@HP to .@HP1

  2. help pls

    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_NOTHING' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_WATER' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_GROUND' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_FIRE' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_WIND' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_SAINT' in column 3!
    [Error]: itemdb_read_randomopt_group: Invalid random group id 'RDMOPT_WEAPON_ATTR_DARKNESS' in column 3!

     

  3. On 26.07.2016 at 6:51 PM, Eraeus said:

    Hi everyone,

     

    I'm using rAthena (eAmod) from Zephyrus, but I have a problem with the original Erundek in battlegrounds.

     

    When I'm trying to open a shop (Ex: Bravery Exchanger), I have this error :

    
    [Error]: buildin_callshop: Shop [BraveryExchanger] not found (or NPC is not shop type)
    [Debug]: Source (NPC): Erundek at bat_room (163,154)

    Here is the original script :

    
    bat_room,1,1,3,7828    sshop    BraveryExchanger    111,13036:100,13411:100,1425:100,1632:100,1634:100,1543:100,1924:100,1978:100,1574:100,1824:100,1183:100,1380:100,13305:100,1279:100,1739:100,13108:100,13172:100,2538:50,2539:50,2540:50,2435:50,2436:50,2437:50,2376:80,2377:80,2378:80,2379:80,2380:80,2381:80,2382:80,2720:500,2721:500,2722:500,2723:500,2724:500,2725:500,2733:500
    bat_room,1,1,3,7829    sshop    ValorExchanger    111,13037:100,13410:100,1633:100,1635:100,1542:100,1923:100,1977:100,1575:100,1823:100,1184:100,1482:100,1379:100,13306:100,1280:100,1738:100,13171:100,13173:100,13174:100,2538:50,2539:50,2540:50,2435:50,2436:50,2437:50,2376:80,2377:80,2378:80,2379:80,2380:80,2381:80,2382:80,2720:500,2721:500,2722:500,2723:500,2724:500,2725:500,2733:500
    bat_room,1,1,3,7773    sshop    HeroismExchanger    111,1187:2000,1281:2000,1282:2000,1310:2000,1382:2000,1426:2000,1486:2000,1546:2000,1576:2000,1577:2000,1640:2000,1641:2000,1743:2000,1826:2000,1827:2000,1927:2000,1981:2000,2002:2000,13042:2000,13110:2000,13176:2000,13177:2000,13178:2000,13179:2000,13307:2000,13416:2000,13417:2000,13418:2000,2394:840,2395:170,2396:25,2444:580,2445:70,2446:15,2549:630,2772:1200,2773:280,2774:40
    
    bat_room,160,150,3    script    Erundek    109,{
        mes "[Erundek]";
        mes "Welcome, mighty warrior.";
        mes "What can I do for you today ?";
        next;
        switch( select("Exchange Bravery Badges","Exchange Valor Badges","Exchange Heroism Badges","Hmm, nothing I guess.") )
        {
            case 4:
                mes "[Erundek]";
                mes "As you wish.";
                mes "See you later.";
                close;
            case 1: // Bravery Badges
                mes "[Erundek]";
                mes "So you want to exchange ^0000FFBravery Badges^000000 from the Battle of Tierra Valley.";
                mes "Close this window to open shop.";
                close2;
                callshop "BraveryExchanger",0;
                end;
            case 2: // Valor Badges
                mes "[Erundek]";
                mes "So you want to exchange ^FF0000Valor Badges^000000 from the Battle of Flavius.";
                mes "Close this window to open shop.";
                close2;
                callshop "ValorExchanger",0;
                end;
            case 3: // Heroism Badges
                mes "[Erundek]";
                mes "So you want to exchange ^FFA500Heroism Badges^000000 from the Battle of Kriger Von Midgard.";
                mes "Close this window to open shop.";
                close2;
                callshop "HeroismExchanger",0;
                end;
        }
    }

    Do it like this!

    
    bat_room,1,1,3	itemshop	BraveryExchanger	109,7828{:0},13036:100{,13411:100,1425:100,1632:100,1634:100,1543:100,1924:100,1978:100,1574:100,1824:100,1183:100,1380:100,13305:100,1279:100,1739:100,13108:100,13172:100,2538:50,2539:50,2540:50,2435:50,2436:50,2437:50,2376:80,2377:80,2378:80,2379:80,2380:80,2381:80,2382:80,2720:500,2721:500,2722:500,2723:500,2724:500,2725:500,2733:500}
    bat_room,1,1,3	itemshop	ValorExchanger	109,7829{:0},13037:100{,13410:100,1633:100,1635:100,1542:100,1923:100,1977:100,1575:100,1823:100,1184:100,1482:100,1379:100,13306:100,1280:100,1738:100,13171:100,13173:100,13174:100,2538:50,2539:50,2540:50,2435:50,2436:50,2437:50,2376:80,2377:80,2378:80,2379:80,2380:80,2381:80,2382:80,2720:500,2721:500,2722:500,2723:500,2724:500,2725:500,2733:500}
    bat_room,1,1,3	itemshop	HeroismExchanger	109,7773{:0},1187:2000{,1281:2000,1282:2000,1310:2000,1382:2000,1426:2000,1486:2000,1546:2000,1576:2000,1577:2000,1640:2000,1641:2000,1743:2000,1826:2000,1827:2000,1927:2000,1981:2000,2002:2000,13042:2000,13110:2000,13176:2000,13177:2000,13178:2000,13179:2000,13307:2000,13416:2000,13417:2000,13418:2000,2394:840,2395:170,2396:25,2444:580,2445:70,2446:15,2549:630,2772:1200,2773:280,2774:40}	

     

     

  4.  

    Correct me if I'm wrong, but don't you just add cards into slots that are non-existant and the client turns the color? So you just create stub cards that do whatever and add the Card Prefixes for Legendary etc?

     

    Show please what u done...

    Back in the day (I was using 2012 client) I simply put cards into equipment that didn't have slots shown (client side) and the client changed the colour of the equipment o-o.

     

    Doing this u just calling up errors in clientside....

  5.  

    no guys,YOU ARE NOT RIGHT

    its a full mod:

    if the item +7/+8/+9/+10 the colors for them and prefix it doesnot depends on cards on slots only on refine so

    +7 Coat = Special Coat

    +8 Coat= Incredible Coat

    +9 Coat= Artefact

    +10 Coat= Legendary

     

    also u can change colors in the serverside after assembling the exe.

    Okay... it may be a mod but I've done it without it... :S You can't tell me I'm not right when I fully done it before.

     

    Show please what u done...

  6. no guys,YOU ARE NOT RIGHT

    its a full mod:

    if the item +7/+8/+9/+10 the colors for them and prefix it doesnot depends on cards on slots only on refine so

    +7 Coat = Special Coat

    +8 Coat= Incredible Coat

    +9 Coat= Artefact

    +10 Coat= Legendary

     

    also u can change colors in the serverside after assembling the exe.

×
×
  • Create New...