Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Anyone have a working stylist script?
  3. Please either remove the account number inside <admin></admin> in the clientinfo.xml file, or use a different account number. The account number inside <admin></admin> causes the character to appear with a GM (Game Master) appearance.
  4. Can anyone help me? I tried to open it and play it and it's like this. I downloaded the game and the kro file from the link in this thread and downloaded the server from githhub of rathena and installed bodyfix as read in the thread and it didn't work.
  5. https://www.inven.co.kr/board/ro/1951/6676
  6. I think its just your client? mine is working correctly.
  7. prt_ext,165,138,5 script PvP Arena 574,{ if(agitcheck()) goto nowoetime; mes "[PvP Battle Room]"; mes "Let's Go!!!!!"; menu "No limit [" + getmapusers("guild_vs3") + "]",pvp1, "Non Donate [" + getmapusers("guild_vs4") + "]",spvp, "Guild vs Guild [" + getmapusers("guild_vs2") + "]",gvg1, "Sinx [" + getmapusers("guild_vs1") + "]",sinx; nowoetime: mes "[PvP Battle Room]"; mes "You cannot enter to PvP Room during WoE!"; close; pvp1: warp "guild_vs3",0,0; announce ""+ strcharinfo(0) +" Has Entered The PVP Room.",bc_all; close; gvg1: warp "guild_vs2",0,0; announce ""+ strcharinfo(0) +" Has Entered The GVG Room.",bc_all; close; spvp: if(countitem(59138) > 0 || countitem(59139) > 0 || countitem(59140) > 0 || countitem(59141) > 0 || countitem(59142) > 0 || countitem(59143) > 0 || countitem(59144) > 0 || countitem(59145) > 0 || countitem(59146) > 0 || countitem(59147) > 0 || countitem(59148) > 0 || countitem(59149) > 0 || countitem(59155) > 0 || countitem(59150) > 0 || countitem(59151) > 0 || countitem(59152) > 0 || countitem(59153) > 0 || countitem(59154) > 0 //donate weapon || countitem(59000) > 0 || countitem(59001) > 0 || countitem(59002) > 0 || countitem(59003) > 0 || countitem(59004) > 0 || countitem(59005) > 0 || countitem(59006) > 0 || countitem(59007) > 0 || countitem(59008) > 0 || countitem(59009) > 0 || countitem(59010) > 0 || countitem(59011) > 0 || countitem(59012) > 0 || countitem(59013) > 0 || countitem(59014) > 0 //Pointers || countitem(501) > 0) goto donator; warp "guild_vs4",0,0; announce ""+ strcharinfo(0) +" Has Entered The PVP Room Non Donate.",bc_all; close; donator: mes "You are a donator you are not allowed to this room"; close; sinx: //Put the Custom Items IDs here setarray .@sinx_CustomItems,59000,59001,59002,59003,59004,59005,59006,59007, 59008,59009,59010,59011,59012,59013,59014,59138,59139,59140, 59141,59142,59143,59144,59145,59146,59147,59148,59149,59150, 59151,59152,59153,59154,59155; clear; mes "[PvP Battle Room]"; mes "This room is for ^0000FFAssassin job only^000000."; if (BaseJob != Job_Assassin) close; switch(select("Enter", "Restricted items list", "Cancel")) { case 1: break; case 2: clear; mes "[PvP Battle Room]"; mes "You can't use the following inside:"; for(.@i = 0; .@i < getarraysize(.@sinx_CustomItems); .@i++) mes "" + getitemname(.@sinx_CustomItems[.@i]); close; case 3: close; } for (.@i = 0; .@i < getarraysize(.@sinx_CustomItems); .@i++) { if (countitem(.@sinx_CustomItems[.@i])) .@has_forbidden[.@count++] =.@sinx_CustomItems[.@i]; } if (.@has_forbidden[0]) { clear; mes "[PvP Battle Room]"; mes "You can't enter the room with the following items in your inventory:"; for(.@i = 0; .@i < getarraysize(.@has_forbidden); .@i++) mes "" + getitemname(.@has_forbidden[.@i]); close; } announce strcharinfo(0) +" has entered the PVP Room Sinx.",bc_all; warp "guild_vs1",0,0; end; //OnPCDieEvent: // set @Die,@Die + 1; // if( @Die % 2 == 0 ) warp "SavePoint",0,0; // end; }
  8. Yesterday
  9. Seems not working on the latest rA git? anyone tested this to latest rA git?
  10. Thank you too, I used your RO folder as reference to find the skin files and etc feel free to include it in the folder if you ever feel like
  11. I would like to ask more. The menu selection bar is white. Is it because it is a new model? Can we change the color because it is not clear when selecting the menu?
  12. v3-fixed the forced all the prob = 6 and group = 6. -also display item quantity -fixed unidentified item name
  13. 20231220+ CLIENT bodystylefix Source :https://github.com/AoShinRO/brHades/commit/1396b012600db9b0688f3cd3fdb9ac273d525bd0 20231220+ CLIENT bodystylefix.diff
  14. Please check the commit section on https://github.com/AoShinRO/brHades/commits/main/
  15. Thanks for your answer. Unfortunately, now I receive a disconnect and this error message: [Warning]: clif_parse: Unsupported packet received (packet 0x0be9, 6 bytes received), session disconnect #3.
  16. If you have applied an emoticon-related patch, please comment out the dummy-related patch in rAthena! https://github.com/rathena/rathena/commit/896c86e167114606bd988830f747cf4523e7f236
  17. I have noticed that the chat emotes do not work. Is there a solution?
  18. for test all file on folder debug, but you need download Stud_PE for inject to file exe ^^ and im still work many feature for this server anti cheat, and alot change for feature. I need help about all cheat for ragnarok online, name a program, and and name progses please if you have, please give to me
  19. Hi, I'm using this client everything is perfect. however can someone tell me where did i did wrong, i job change into other class but still novice sprite. do i need to apply the .diff file first?
  20. That's your request, right? "only custom item will allowed to use inside the sinx pvp room". Is it allow custom items and block everything else or block custom items and allow everything else?
  21. I still enter the room with a custom item.. i already change the customItem but still can enter
  1. Load more activity
×
×
  • Create New...