Jump to content

Rynbef

Forum Moderator
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Rynbef

  1. U don't have to say sorry for asking for help. That's why we are here. Rynbef~
  2. There are many ways. As example by getting the unit data https://github.com/rathena/rathena/blob/6750837854d8e0701ca7a112e6631fc10889b245/doc/script_commands.txt#L8568 Rynbef~
  3. On Linux navigate to the emulator folder and use "git --version" on Linux /SSH Rynbef~
  4. Rynbef

    Grf wings

    I should have the files but it takes a few days to share it. And you need to create the Collection Image by yourself. Cuz' on my server I forced all customs to use the same Collection and Item Images. I used the Preview Button for my players. Please be patient. Rynbef~
  5. Rynbef

    Grf wings

    Take a look at here. 1st should be Avian Wings 2nd Deviling Wings Rynbef~
  6. A really very good explanation, now I can understand the problem much better. What about AoE skills, do they hit the homunculus? I'm not sure if you can generally attack homunculi in PvP or only in GvG. Which Client version are you using? Have you already downloaded and tried the latest AzzyAI or from another Server? Tried changing with /hoai? Does the Homunculus attack in PvP? How about in GvG? Have you tested it in a duel already? The Problem was reported a few years ago too but without answer. In my opinion homunculus can only attacked on gvg. Rynbef~
  7. I would like to see the result. And maybe other members are have the same problem. It's rly helpful to write the solution instead of "solved". Rynbef~
  8. If I mention right; Sonic Blow is not affected by Demi Human it should do physical damage. U tried attacking without skill? Rynbef~
  9. Idk if I understand u correctly but I'll try to help u of course. - Do the other player is in an other guild? - Other party? What's about on gvg maps? If ur english isn't very well u can use chatGPT and write in ur main language and write the prompt "translate the following sentences into english without changing the content: " Or if u write the prompt: "write an example to clarity explain the problem" It's may help to understand ur problem. Rynbef~
  10. Tried /ns? Or another homunculus AI folder? Rynbef~
  11. Maybe add the item to the MySQL Inventory of the player. But its not good to do it on this way. Idk if it possible with source edit. It's could be hardcoded in the client. Rynbef~
  12. Hey guys, For some reasons, I would like to ask a few questions to every server owner. Do you use Gepard? Or do you use a different anti hack shield? Or are you looking for another anti hack shield? Do you employ your own anti-cheat / anti hack methods? How do you secure your client? If you don't have an anti-cheat/-hack shield, why not? Thx for every answer! Rynbef~
  13. U need the item Device / Machine Creation Guide. It seems it's not implemented in rAthena yet. U can add it by yourself. https://ratemyserver.net/index.php?page=re_item_db&item_id=1000352 Rynbef~
  14. Rynbef

    Poring Race

    If no one had it. I'll rewrite it cuz. I could use it too maybe. But for now my eyes are hurting I'm about 40hours online and it's rly hard to keep eyes open. I go to sleep. Habe A nice evening. I life in Germany it's 23.07 o clock. Rynbef~
  15. Hey if u tag me like @Rynbef I'll get notified and can answer faster. If ur using sql Database u can easily multiplie str etc automated with a simple php script I've created for. Put it on ur web server and configure it to connect with ur database. U can add or remove 2nd mob db and u can add as much fields u like to multiplier. U can run for stats and later for level as example. Or for exp. U will get a real time log. And a log as updated_log.txt in the same direction. Keep attention on the right permissions. Here the PHP file rAMultplyMobDBFieldsV1.txt And the same for Python rAMultiplyMobDBFieldsV1.py I hope I can help u. Rynbef~
  16. Rynbef

    Poring Race

    U can use the Hugel Race and change it a bit. And I've found the latest eAtena Monster Race Script I've on my old HDD. monster_race.txt https://github.com/JulioCF/Ragnarok-OldTimes/blob/master/emulador_oldtimes/Trunk/npc/personalizado/eventos/poring_race.txt this seams to be good. Maybe u need to change something regarding to the newest revision as example npcwalkto -> unitwalk Rynber~
  17. Das wird alles noch ein bisschen dauert. Schau dir gerne die GitHub Timeline an, um auf den aktuellen Stand zu bleiben. Du kannst natürlich auch ein Crowdfunding starten. Rynbef~
  18. In the script is nothing depends on izlude. Walk through: OnClock loop throw every online player. Attach them and check the map of the player and give them an item. Rynbef~
  19. https://github.com/rathena/rathena/blob/1bc9748755bc5073f0b521a7b9827a091d3d834f/doc/script_commands.txt#L6619 U need Client 2016 or above Rynbef~
  20. I can't provide a script yet but a walkthrough Create a script which loop throw a database table with mobs who should respawn etc. (MobID, Name, Map, X, Y boolean if it is MVP or not, respawn time in minutes) Create a 2nd database with mobs and dead time in minutes OnInit loop throw 1st table. Search in 2nd table and check if mob should respawn or not. If respawn change the dead time to -1. If -1 the mob is still alive. If the mob doesn't exist spawn it (for their first time). Add a timer to repeat or a event OnSecond59 OnPCKillMobEvent check if mob is on 1st table and if it is check if it is on 2nd table too. If not add it or else change the dead time to current Unix time devided by 1000. It could be laggy therefore I recommend to use minutes or greater. If convex mirror don't work u can create a custom function to check if monster is alive and use getunitdata to check position and add a blip on map like convex mirror. Rynbef~
×
×
  • Create New...