Jump to content

nightflower

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by nightflower

  1. // Battleground rewards

    // *********************************************************************

     

    bat_c01,51,130,5 script RewarA::VintenarKvM01a 419,{

    if( $@KvM01BG_Victory )

    {

    if( $@KvM01BG_Victory == 3 )

    {

    bg_leave;

    warp "bat_room",155,150;

    end;

    }

    else if( $@KvM01BG_Victory == Bat_Team )

    { // Victory

    set .@Reward, 5;

    set .@Reward2, 4;

    set .@Reward3, 1;

    mes "[]";

    mes "!";

    mes "!";

    mes "" + strcharinfo(0) + "";

    close2;

    }

    else


    set .@Reward, 2;

    set .@Reward2, 2;

    set .@Reward3, 1;

    mes "[]";

    mes "";

    mes ".";

    close2;

    }

     

    getitem 7773, .@Reward;

    getitem 7484, .@Reward2;

    getitem 19101, .@Reward3;

    bg_leave;

    warp "bat_room",155,150;

    end;

    }

    end;

    }

     

    bat_c01,148,53,1 script rewardB::VintenarKvM01b 415,{

    if( $@KvM01BG_Victory )

    {

    if( $@KvM01BG_Victory == 3 )

    {

    bg_leave;

    warp "bat_room",155,150;

    end;

    }

    else if( $@KvM01BG_Victory == Bat_Team )

    { // Victory

    set .@Reward, 5;

    set .@Reward2, 4;

    set .@Reward3, 1;

    mes "[]";

    mes "";

    mes "";

    mes "" + strcharinfo(0) + "";

    close2;

    }

    else

    { // 

    set .@Reward, 2;

    set .@Reward2, 2;

    set .@Reward3, 1;

    mes "[]";

    mes ", " + strcharinfo(0) + ".";

    mes ".";

    mes "..";

    close2;

    }

     

    getitem 7773, .@Reward;

    getitem 7484, .@Reward2;

    getitem 19101, .@Reward3; 

    bg_leave;

    warp "bat_room",155,150;

    end;

    }

    end;

    }

    -------------------------------------------------------------------------------

    Is it possible to set different amount of rewards depending on the total number of players played BG? 

    im really lost :/

  2. -----------------------------------------------------

    [Warning]: Unexpected type for argument 2. Expected number.

    [Debug]: Data: string value="+$@i+"

    [Debug]: Function: getelementofarray

    [Debug]: Source (NPC): OnPCLogoutEvent (invisible/not on a map)

    ------------------------------------------------------

     


     

    - script OnPCLogoutEvent -1,{

    OnPCLogoutEvent:

    //-------------------------------

    set $@i2,@Tabula_My_number;

    for(set $@i,0; $@i<=1; set $@i,$@i+1){//@i<=1 

    if ($@i2 > 0 && getd("$@Tabula_User_name_"+$@i2+"$["+$@i+"]") == strcharinfo(0) && getd("$@Tabula_User_die_"+$@i2+"["+$@i+"]") == 0 && $@Tabula_Game_start["+$@i+"] > 0) donpcevent "tabula["+$@i+"]::OnTalk9";

    // if (@Tabula_My_number > 0 && getd("$@Tabula_User_name_"+@Tabula_My_number+"$["+@i+"]") == strcharinfo(0) && getd("$@Tabula_User_die_"+@Tabula_My_number+"["+@i+"]") == 0 && $@Tabula_Game_start[@i] > 0) donpcevent "tabula["+@i+"]::OnTalk9";

    }

    end;

    }


     

     

    keep getting that error every time I log off 

    no idea how to fix it TT please help! 

  3.  

     

     

     

     

     

    what emulator are you use? i use the updated one from rathena site "Rathen_Master" rar

    what emulator are you use? i use the updated one from rathena site "Rathen_Master" rar

    I use Rathena 

     

     

    same here i use that too and i use the updated version 

     

    I'm going over everything but since I'm new to rathena i'm really lost 

     

     

    same here i'm new at rathena and i want to create pre-re server :D

     

    QQ we need help 

     

     

    anyone help us ??? on our problem

     

    have you fixed any other settings by any chance?

  4. This is my video.

    Yes it is. This is problem of packet_ver.

    Please inside /db/packet_db.txt

    set your client version.

     

    For example, i have 2010-07-30 game client, so packet_ver for me is: 25

     

    db/packet_db.txt

    packet_ver: 25

    nope changed recompiled and still doesn't work TT

  5. This is my video.

    Yes it is. This is problem of packet_ver.

    Please inside /db/packet_db.txt

    set your client version.

     

    For example, i have 2010-07-30 game client, so packet_ver for me is: 25

     

    db/packet_db.txt

    packet_ver: 25

    well ya i did try putting packet ver instead of default still causing the same problem tho let me try it again tho

  6.  

     

     

     

    what emulator are you use? i use the updated one from rathena site "Rathen_Master" rar

    what emulator are you use? i use the updated one from rathena site "Rathen_Master" rar

    I use Rathena 

     

     

    same here i use that too and i use the updated version 

     

    I'm going over everything but since I'm new to rathena i'm really lost 

     

     

    same here i'm new at rathena and i want to create pre-re server :D

     

    QQ we need help 

  7.  

     

    what emulator are you use? i use the updated one from rathena site "Rathen_Master" rar

    what emulator are you use? i use the updated one from rathena site "Rathen_Master" rar

    I use Rathena 

     

     

    same here i use that too and i use the updated version 

     

    I'm going over everything but since I'm new to rathena i'm really lost 

  8.  

     

    20120410

    ya i had 20120410 and thought it was client problem so i switched to newer versions but didn't help

     

     

    i also tried that  but same thing was happen the equipment not showing on my alt q and the item always remain on my inventory

     

    ya im really lost tho not even sure if the problem is caused by client or emulator 

×
×
  • Create New...