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( [email protected]_Victory ) { if( [email protected]_Victory == 3 ) { bg_leave; warp "bat_room",155,150; end; } else if( [email protected]_Victory == Bat_Team ) { // Victory set [email protected], 5; set [email protected], 4; set [email protected], 1; mes "[]"; mes "!"; mes "!"; mes "" + strcharinfo(0) + ""; close2; } else { set [email protected], 2; set [email protected], 2; set [email protected], 1; mes "[]"; mes ""; mes "."; close2; } getitem 7773, [email protected]; getitem 7484, [email protected]; getitem 19101, [email protected]; bg_leave; warp "bat_room",155,150; end; } end; } bat_c01,148,53,1 script rewardB::VintenarKvM01b 415,{ if( [email protected]_Victory ) { if( [email protected]_Victory == 3 ) { bg_leave; warp "bat_room",155,150; end; } else if( [email protected]_Victory == Bat_Team ) { // Victory set [email protected], 5; set [email protected], 4; set [email protected], 1; mes "[]"; mes ""; mes ""; mes "" + strcharinfo(0) + ""; close2; } else { // set [email protected], 2; set [email protected], 2; set [email protected], 1; mes "[]"; mes ", " + strcharinfo(0) + "."; mes "."; mes ".."; close2; } getitem 7773, [email protected]; getitem 7484, [email protected]; getitem 19101, [email protected]; 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="[email protected]+" [Debug]: Function: getelementofarray [Debug]: Source (NPC): OnPCLogoutEvent (invisible/not on a map) ------------------------------------------------------ - script OnPCLogoutEvent -1,{ OnPCLogoutEvent: //------------------------------- set [email protected],@Tabula_My_number; for(set [email protected],0; [email protected]<=1; set [email protected],[email protected]+1){//@i<=1 if ([email protected] > 0 && getd("[email protected]_User_name_"[email protected]+"$["[email protected]+"]") == strcharinfo(0) && getd("[email protected]_User_die_"[email protected]+"["[email protected]+"]") == 0 && [email protected]_Game_start["[email protected]+"] > 0) donpcevent "tabula["[email protected]+"]::OnTalk9"; // if (@Tabula_My_number > 0 && getd("[email protected]_User_name_"[email protected]_My_number+"$["[email protected]+"]") == strcharinfo(0) && getd("[email protected]_User_die_"[email protected]_My_number+"["[email protected]+"]") == 0 && [email protected]_Game_start[@i] > 0) donpcevent "tabula["[email protected]+"]::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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.