Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. this also working on 2023 client.
  2. you mean this one? https://rathena.org/board/topic/104049-freeze-status-modification/
  3. translate1.mp4 data.zip note! just a translation only
  4. no need to use virtualbox. you can directly run it on windows.
  5. yeah not everyone who got 2023 and 2024 exe. how ever even you get a working exe. you still need to fix some latest features of that client because rathena doesn't supported it yet.
  6. -- Instructions: -- 1. Place itemInfo.lua and packageitem.lub in this directory. -- 2. Run 1st.bat to update the item names in the packageitem.lub file. This will ensure better translation by formatting item names properly. -- 3. After updating, run 2nd.bat to translate the packageitem.lub using the updated item names. This step is essential for accurate and consistent translations across the game. -- 4. A success message will be printed if changes are made. -- 5. If no matching item IDs are found, no changes will be made. here is the simple script that I made to automatically translate the item name in Probability from itemInfo changelog v1-initial release v2-item image are now display v3-fixed the forced all the prob = 6 and group = 6. -also display item quantity -fixed unidentified item name update converterv3.rar
  7. i just tried it no error on my side. i don't have Grand Arena map so I replace it with another existing map but it works fine on me no error on map server
  8. try this. i haven't tested it. /* ALTER TABLE `char` ADD `pvp_kill` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `fame`; */ payon,193,104,4 script PVP Warper 630,{ doevent "pvp_rank_main::OnTalk"; } - script pvp_rank_main -1,{ OnTalk: mes "[PvP Room Master]"; mes "Where do you want to go?"; next; switch ( select ( "Grand Arena [ "+getmapusers("grandarena")+" ]", "^ff0000[ No Points ]^000000 Izlude PVP Room [ "+getmapusers("pvp_y_1-2")+" ]", ( getgmlevel() >= 99 ) ? "^FF0000[GM] Reset PVP Ranking^000000":"" )) { case 1: // Grand Arena if ( getmapusers("grandarena") >= 100 ) { mes "The Grand Arena is full!"; close; } if ( BaseLevel < 50 ) { mes "Excuse me, but"; mes "you need to be at least level 50 or above!"; close; } warp "grandarena",0,0; announce ""+strcharinfo(0)+" entered Grand Arena PVP ROOM!", bc_all, 0xCCFFFF; end; case 2: // Izlude PVP Room if ( getmapusers("pvp_y_1-2") >= 100 ) { mes "The Izlude PVP Room is full!"; close; } if ( BaseLevel < 50 ) { mes "Excuse me, but"; mes "you need to be at least level 50 or above!"; close; } warp "pvp_y_1-2",0,0; announce ""+strcharinfo(0)+" entered Izlude PVP ROOM!", bc_all, 0xCCFFFF; end; case 3: // GM Reset Ranking if ( getgmlevel() < 99 ) { mes "You do not have permission to perform this action."; close; } mes "[PvP Room Master]"; mes "Reset Ranking? This action cannot be undone."; if ( select( "Confirm", "Cancel" ) == 1 ) { query_sql( "UPDATE `char` SET `pvp_kill` = 0 WHERE `pvp_kill` > 0" ); mes "PvP ranking has been reset."; } close; default: // PvP Rankings mes "[PvP Room Master]"; mes "PvP Rankings:"; query_sql( "SELECT `name`, `pvp_kill` FROM `char` WHERE `pvp_kill` > 0 ORDER BY `pvp_kill` DESC LIMIT 10", .@name$, .@pvp_kill ); .@size = getarraysize( .@name$ ); if ( .@size == 0 ) { mes "No PvP rankings available yet."; } else { for ( .@i = 0; .@i < .@size; .@i++ ) { mes "["+(.@i + 1 )+"] "+.@name$[.@i]+" - "+.@pvp_kill[.@i]+" kill(s)"; } } close; } }
  9. have you tried conf\atcommands.yml
  10. it seems not really an official server. they also use the exact english client translation we are using on their client.
  11. MakeableRace = { Doram = true } AssistAddr = "YOUR IP ADDRESS:8888" ----------------------------------------- -- Old client compatibility [Secret] -- (Just change the "AssistAddr" to your IP) ----------------------------------------- Url = { TwitterUrl = 'http://'..AssistAddr } AccountLinkedUserDataUrl = { Save = 'http://'..AssistAddr..'/userconfig/save', Load = 'http://'..AssistAddr..'/userconfig/load' } TwitterDataUrl = { Auth = 'http://'..AssistAddr..'/twitter/user-auth', Upload = 'http://'..AssistAddr..'/twitter/upload' } EmblemDataUrl = { Upload = 'http://'..AssistAddr..'/emblem/upload', Download = 'http://'..AssistAddr..'/emblem/download' }
  12. just replace the http://0.0.0.0:3000 127.0.0.1.110 127.0.0.1.1 with your ip address.
  13. there is a bug on it. it was reported for a very long time. https://github.com/rathena/rathena/pull/6959
  14. cash and zeny is missing. it works i forgot the db\import\item_db_ex.yml
  15. src\config\secure.hpp #define SECURE_NPCTIMEOUT but I'm not sure if it's going to work. because there is an issue on it which is not fixed for a very long time.
  16. if it's a LAN it doesn't even need to do port forward. all you need to do is to be allowed on your firewall. and also, on your char_athena.conf and map_athena.conf make sure you use your LAN IP instead of 127.0.0.1 and also check if your client uses clientinfo.xml or sclientinfo.xml and also just use your LAN IP there.
  17. you can try directly download from kRO instead.
  18. this is a bug on some other client version. itemlink not working some exe · Issue #7441 · rathena/rathena (github.com)
  19. thanks it works. here is a working diff patch for the latest version. credits goes to Hyroshima ExtendedVending_Rev9.2.diff
  20. at least I didn't pretend to fix anything which is not really working. if you didn't delete or remove your diff patch, the staff might be. and since the author of this thread is no longer active. this post might also become hidden soon just like what happened on his bg2.0.
  21. dic_dun02,x,y monster Mineral 1614,10,0,0 mapname,map coordiate x,y
  22. its not working thats why he removes it. it only works for zeny and cash.
  23. WeeThumbnail have you tried?
  24. the problem is you can't purchased vending item using coins and tcg. same issue above previous release.
×
×
  • Create New...