Jump to content

Akiza Izinsky

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by Akiza Izinsky

  1. permisi, saya mau tanya. beberapa hari yang lalu ada player mengeluh ketika mereka berubah job. skillnya tidak bisa di naikan levelnya. padahal skill pointnya masih 200.

     

    kedua, ketika saya taro weapon kestorage malah tersimpan di armor, begitu pula sebaliknya

  2. Yes, i tested last time, but it happened rarely. but i can explain to you how it's done :

    for example :

    you have 200 skill points, and than you haven`t raised any skill level yet. but when you`re clicking on the skill point button. it won`t raise so does when i set the window wider. sorry if my english hard to understand

  3. : DB error - Unknown column 'unique_id' in 'field list'
    [Debug]: at log.c:211 - INSERT DELAYED INTO `picklog` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`) VALUES (NOW(), '1639', 'M', '2404', '-1', '0', '0', '0', '0', '0', 'lhz_dun03', '0')
     

    can someone help me, there`s nothing wrong with the RO. it`s just it`s pretty disturbing everytime i monitoring the putty.

  4. if i upgrade the sql-files. is it gonna automatically change into the latest rathena database or it`s just adding some features from the exist database. also i didn`t find the guide how to upgrade sql on wiki.

     

    Euphy suggest me to use this to upgrade the database. i`m using eathena and i wanted to upgrade it into rathena.

     

    https://github.com/rathena/rathena/tree/master/sql-files/upgrades


    Bump

  5. Hello, i`d like to request a npc script with random prize. for example :

     

    This Quest Required :

    3x Evil Horn

    100x Jellopy

    1x Evil Druid Card

     

    And You will rewarded with 1 of this following prize :

    Beret, Giant Baphomet Horn, Ghostring Card, Angeling Card, Valk Item.

     

    so when you handover the item to the npc. you only get 1 of those item with random chances.

    i`m using eAthena

  6.  

    prontera,146,172,6 script Coin Exchanger 872,{

    set .@name$,"[Coin Exchanger]";

    mes .@name$;

    mes "Hi! What Can i Do For You ?";

    menu "Silver Coin",sc,"Gold Coin",gc;

    mes .@name$;

    sc:

    next;

    switch(select("Level 5 Assumptio Scroll:Level 5 Aspersio Scroll:Level 10 Blessing Scroll:Level 10 Increase Agi Scroll:Level 10 Mystical Amplification Scroll:Level 10 Wind Walk:Gold Coin")) {

    case 1:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 12218,5*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 2:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 12217,5*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 3:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 12215,10*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 4:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 12216,10*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 5:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 14593,5*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 6:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 12219,5*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 7:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 5 ) ||(countitem(675) < .@t){ close;}

    delitem 675,.@t;

    getitem 671,.@t/5;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    close;

    }

    gc:

    switch(select("Ghostring Scroll:Holy Armor Scroll:Shadow Armor Scroll":Tao Gunka Scroll:Repair Weapon Scroll")) {

    case 8:

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 671,.@t;

    getitem 14598,10*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 9:

    next;

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 671,.@t;

    getitem 14540,5*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 10:

    next;

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 671,.@t;

    getitem 14539,10*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 11:

    next;

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 0 ) ||(countitem(675) < .@t){ close;}

    delitem 671,.@t;

    getitem 14602,10*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 12:

    next;

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 5 ) ||(countitem(675) < .@t){ close;}

    delitem 671,.@t;

    getitem 14521,1*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    break;

    case 13:

    next;

    mes "Please Input The Number of Coins";

    input .@t;

    if(checkweight(675,.@t)){

    if(.@t < 5 ) ||(countitem(675) < .@t){ close;}

    delitem 671,.@t;

    getitem 675,5*.@t;

    }else {

    mes "You Don't Have Enough Coin, Please Comeback Again When You Have It.";

    close;

    }

    close;

    }

    }

    }

    can someone help me. i`ve got errored when it goes to gold coin. i`m using eathena

×
×
  • Create New...