Jump to content

Rynbef

Forum Moderator
  • Posts

    898
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by Rynbef

  1. 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~

  2. 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~

  3. 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~

  4. 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~

  5. 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~

  6. 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~

  7. Disable diffs "ignore missing sprites" and else to get more informations. And we need more informations too. Which client version ur using? U use the ROEnglish translation files? Correct full client with data and rdata grf? Renewal or pre renewal?

     

    And it seems render error that could missing files or depends on ur system. Uve tried to change resolution on setup etc? Uve installed driver for ur graphic card?

     

    Rynbef~

×
×
  • Create New...