Jump to content

OverLord

Members
  • Content Count

    168
  • Joined

  • Last visited

4 Followers

About OverLord

  • Rank
    Advanced Member
  • Birthday 06/12/1990

Profile Information

  • Gender
    Male
  • Location:
    Brazil
  • Interests
    C/C++, C#, PHP & MySQL, Learn about Hercules and Create the best Ragnarok Online community of all time!
    (
  • Emulator
    Hercules

Recent Profile Visitors

3236 profile views
  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?
×
×
  • Create New...

Important Information

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