Jump to content

nightflower

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

nightflower's Achievements

Poring

Poring (1/15)

0

Reputation

  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. Is there a way to limit the number of land type skills used (like 3 max traps at all time ) on certain mapflag ? like woe and battleground
  3. errors due to the new patch made on prontera map(kro patch) you have to replace the prontera map files in data.grf with pre-patched ones
  4. Just wondering is Intel Xeon E3-1230v3 4GB 1TB HDD 10Mbps Unmetered 1IPv4 spec suitable for running the server ? bandwidth is keep bothering me dun know if its sufficient to hold many players
  5. Just wondering is Intel Xeon E3-1230v3 4GB 1TB HDD 10Mbps Unmetered 1IPv4 spec suitable for running the server ? bandwidth is keep bothering me dun know if its sufficient to hold many players
  6. ----------------------------------------------------- [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!
  7. Thank you for your help but I think the problem is related to rathena version maybe because its trunk version and not yet stable? Hi, there are no more trunc and stable version. But about "problem is related to rathena", i'm totally agree. Might get 17708 revision if this problem can't be fixed
  8. Thank you for your help but I think the problem is related to rathena version maybe because its trunk version and not yet stable?
  9. 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 QQ we need help anyone help us ??? on our problem have you fixed any other settings by any chance?
  10. nope changed recompiled and still doesn't work TT
  11. well ya i did try putting packet ver instead of default still causing the same problem tho let me try it again tho
  12. 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 QQ we need help
  13. 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
×
×
  • Create New...