Jump to content

OverLord

Members
  • Content Count

    168
  • Joined

  • Last visited

Everything posted by OverLord

  1. I open this bug in GitHub but if anyone how a fix this in code to help release my server... https://github.com/HerculesWS/Hercules/issues/3276 **Describe the bug** I spent 4 hours yesterday compiling and testing all the clients I found on herc nemo's github, the most recent version in which the name of the monsters in my custom quest appears correctly in the questlog is 2019-06-05f. Any version after this appears as "Poring" both in Alt + U and on the right side of the screen. **To Reproduce** Steps to reproduce the behavior: 1. Create a quest 2. Alt + U in the xxxx version in Target the correct names of the monsters appear, in the others tested it appears "Poring" 3. On the upper right side in the xxxx version the correct names of the monsters appear, in the others tested it appears "Poring" 4. In the character's head it's the same thing **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** Clients: Packet version: 2021-11-17_Ragexe_1637052357, 2022-03-30_Ragexe_1648440293, 2020-07-15bRagexe, 2020-04-01bRagexe, 2019-12-24aRagexe, 2019-11-20aRagexe, 2019-11-27aRagexe, 2022-04-06_Ragexe_1648707856 Vídeo https://cdn.discordapp.com/attachments/306632465294819331/1199840189628035162/2024-01-24-19-11-37_Svn6HE1e.mp4?ex=65c40141&is=65b18c41&hm=1df2c4c9fa08004e45f9fd14dc8bc787d519f1c50c1ccb08553c155e8a26ea6b& Working Fine in 2019-06-05f If applicable, add screenshots to help explain your problem. **System specs (please complete the following information):** - OS: Windows 11 - Hercules Version [v2023.12] - Mode: pre-renewal - Packet version: 2021-11-17_Ragexe_1637052357, 2022-03-30_Ragexe_1648440293, 2020-07-15bRagexe, 2020-04-01bRagexe, 2019-12-24aRagexe, 2019-11-20aRagexe, 2019-11-27aRagexe, 2022-04-06_Ragexe_1648707856 - Client type: main **Plugins used or source modifications** mapcache
  2. OverLord

    PvP Monsters

    Very thx! I like this ideia, im trying make a dota2 map inside ragnarok online. I need monster ai to minions, dont attack other minions and players of same party. But attack other party minions and players.
  3. OverLord

    PvP Monsters

    But i need make a script with a two parts have yours summon monster, have any way i make the script summon using party id or lead party id? @Dastgir
  4. OverLord

    PvP Monsters

    Have one way in Party vs Party i get friendly monster for each party and this monster attack only monster from other party and players from party?
  5. I dont see commands for this, but i like make a intelligent raid map, when boss move and uses skills in a correct order, remembering Final Fantasy XIV and WoW Raids Boss. Have any advanced control system to control mobs to walk and uses skill in timer ?
  6. Sorry but i dont found any topic about... Have any 2018 client working stable and compatible with Nemo? Have any more update Nemo Fork? Whats the best ragexe for make a pre-re Server? (I like use new interface but able only pre-renew maps) thx all!
  7. I have fixed! In EC2 you nerver uses 127.0.0.1 in any moment (except per mysql connection), you need use the Elastic Public IP you have allocate for you first private ip of the instance.
  8. My Network Conf // Network configuration file /* * List here any LAN subnets this server is in. * Example: * - char- (or map-) server's IP in LAN is 192.168.0.10 * - Public IP is 198.51.100.37 * If the list contains "192.168.0.10:255.255.255.0", any clients connecting * from the same 192.168.0.0/24 network will be presented with the LAN IP * (192.168.0.10) in the server list, rather than the public IP (198.51.100.37). */ lan_subnets: ( "127.0.0.1:255.0.0.0", // "192.168.1.1:255.255.255.0", ) /* * List here any IP ranges a char- or map-server can connect from. * A wildcard of "0.0.0.0:0.0.0.0" means that server connections are allowed * from ANY IP. (not recommended). */ allowed: ( "0.0.0.0:0.0.0.0", // "127.0.0.1:255.0.0.0", ) /* * List here any IP ranges a char- or map-server can connect from. These ranges * will also be excluded from the automatic ipban in casee of password failure. * Any entry present in this list is also automatically included in the * allowed IP list. * Note: This may be a security threat. Only edit this list if you know what * you are doing. */ trusted: ( "127.0.0.1:255.0.0.0", ) I dont have change map and character IP inter: { // Server Communication username and password. userid: "playro_root" passwd: "3382#!" // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //login_ip: "127.0.0.1" // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: "127.0.0.1" // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //char_ip: "127.0.0.1" // Character Server Port char_port: 6121 } I have try change all to my public IP but dont work too
  9. Centos 7 EC2 Instance My RO Client see the server and send the request, but dont connecet after select the server. In my Console i see this mensage: [Status]: Request for connection of wolfroom (ip: 179.179.193.147). [Notice]: Authentication accepted (account: wolfroom, id: 2000002, ip: 179.179.193.147) [Status]: Connection of the account 'wolfroom' accepted. [Info]: Closed connection from '179.179.193.147'. My client working in LocalHost i thinking its a litte configure problem in linux or EC2 AWS configs. Please help me! I receive this Warning, i dont know if i really need config this: [Warning]: Using a wildcard IP range in the allowed server IPs is NOT RECOMMENDED. [Notice]: Please edit your 'conf/network.conf' allowed list to fit your network configuration.
  10. In Amazow AWS after connect in login server the connection is close without any msg error... any one help me ? [Status]: Request for connection of wolfroom (ip: 189.26.223.7). [Notice]: Authentication accepted (account: wolfroom, id: 2000002, ip: 189.26.223.7) [Status]: Connection of the account 'wolfroom' accepted. [Info]: Closed connection from '189.26.223.7'.
  11. After a lot time, ANY 2015 client release, but roullet, ANY gender char o same account and cute menu and others features os really good. Please Devs, stable new client! Have any chance or this Project dead?
  12. The RE / PRE folders have map_caches in them ... so if you are running the server on prerenewal, the old izlude map should be loaded from the pre folder. Thx sir!
  13. but the grf have Old Map Files? Because i run the Server and have loaded new izlude map. i want link to old client Working for trans Server
  14. Alguém aí já tem o arquivo .pot em Português? Estou com um projeto para lançar um servidor transclasse. jÁ estou com um servidor dedicado para o projeto e recrutando equipe.Se alguém tiver interesse me manda inbox. Se alguém tiver feito a tradução ou boa parte e puder me enviar vou agradecer Forever!
  15. I want to create a transclasse server using a more current possible client, but the maps as payon and morroc has to be the time of ... How do, someone has a pack of these ready on a link?
  16. If need host for new website i provide I'm very sorry for the inconvenience, I've been really busy irl Okay, if this is the case then I'll restart development during the holidays .. And while development is going on I'll put the website and full tutorials back online so you guys can use the old version for the meantime. EDIT: I'll post the link to the new website probably next week.
  17. What revision are you using? maybe you need to update your hercules I'm using the latest version of Hercules this available on GitHub
  18. @at in SQL.table, dont have way to recover the connection after recompile?
  19. Thx Help a lot! I really thinking is a good ideia make a configurable option.
  20. Thats what I presume... When you shut down the server, you shouldn't have any connections left (hence, shutting down the server). Now, if you were to keep just the map server alive and kill the rest, you can do... which then can lead to your question regarding @kickall. Dont work, if i need recompile the server or compile plugin need all services off.. Thx, i lets try but i need try now the problem off if i need "stop" the services, all @at dead
  21. I believe that most managers do not want to take down the shops when you need to shut the server. And @autotrade has been showing somewhat unstable. If @kickall use, "sometimes I error and does not execute the command" and if I run it again the kick in @autotrade and players. As a solution began to ask the players come out within 5 minutes and gave "athena-start Stop" usually do not knocked the @autotrade, but today after upgrading to the last version of Hercules, all @autotrade server were logoff. This is something that really no one would like to happen. Perhaps create conditions for @kickall be interesting: Sample: @kickall -at (Dont Kick @autotrade) @kickall -gm (Dont kick the Games masters and ADM)
  22. mes "Drink from Fountain?"; if(select("Yes!I'm dying of thirst...:it must be dirty!")!=1) close; close2; while( ( HP < MaxHP || SP < MaxSP ) && .Mode & 1){ progressbar "0x11CC99",.HealDelay; percentheal rand(.healrate),rand(.healrate); } if(.Mode & 2){ for(set .@x,0; .@x < getarraysize(.BuffInfo); set .@x,.@x + 3){ sc_start .BuffInfo[.@x], .BuffInfo[.@x + 1] * 60000, .BuffInfo[.@x + 2]; } } Check this code, its a basic healer (using non-abuse system), if possible "move" and "break" the script,if possible It would be easier to use this script and others. Imagine the RK with TG lock and having to log out? This is a silly example, but it has other cases which can be best applied as mining on a PvP map/strong mobs map.
  23. Anyone have this script version FULL Working in HerculesWS?
  24. In rAthena when you start the progress bar. If you try to move on if this is a "break" in the script and you can move, run, attack and etc. In Hercules when starting a progress bar, you stay locked until it ends, you can not move, attack and nothing of the sort. And it hinders creativity lock eg for creation of mining systems in PvP map or with strong mobs. Limits the creation of a "Healer" timer (with the progress bar showing time) to prevent abuse and other simple and useful ideas. So is the suggestion to change the operation of the progress bar so that it does not lock the character, but that if he tries to do some action it be canceled, as well as the (break) rest of the script that was running.
  25. Diff = nemo or other way? Have any offical topic about this file? Manually add the koe_1.0a.diff then recompile.
×
×
  • Create New...

Important Information

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