Jump to content

Rynbef

Forum Moderator
  • Posts

    862
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Rynbef

  1. U can use OnNPCKillEvent and do some checks Rynbef~
  2. BaseLevel is a pre defined script variable not on source Rynbef~
  3. Skill_db or source modification. It's depends on the skill. Skill_db o modificación de source. Depende del skill. Rynbef~
  4. U need to write correct upper- and lowercase for the field u select over query. Rynbef~
  5. U can use just an party instance. U find some examples on ur rA Folder. Rynbef~
  6. The HP/SP Recovery is source based not a script. U can increase the rate of HP and sp Regen in conf/battle Rynbef~
  7. If(BaseLevel >= 50) We ve pre-defined variables. I recommend u to take a look in the doc folder. https://github.com/rathena/rathena/blob/81894eeba6ee613d5c40bedeb48455303f703ccc/doc/script_commands.txt#L580 Rynbef~
  8. U need to add the missing levels to the experience database and change the max level for mobs on conf/battle or Src/config or Src/common/MMO.h I'm sry can't take a look to the files yet to search for. Rynbef~
  9. I've linked every related commands. He/him can take a look at this and use this one who need for the script or else. Rynbef~
  10. There is an item "Convex Mirror" it's for MVPs. And sone commands. Here the followings as example: https://github.com/rathena/rathena/blob/9eff7be9cdc90940fbe119ce302ea5e4b3f49623/doc/atcommands.txt#L398 @mobsearch <monster name> https://github.com/rathena/rathena/blob/9eff7be9cdc90940fbe119ce302ea5e4b3f49623/doc/atcommands.txt#L409 @idsearch <item name> https://github.com/rathena/rathena/blob/9eff7be9cdc90940fbe119ce302ea5e4b3f49623/doc/atcommands.txt#L415 @showmobs <monster name/ID> https://github.com/rathena/rathena/blob/9eff7be9cdc90940fbe119ce302ea5e4b3f49623/doc/atcommands.txt#L422 @whereis Rynbef~
  11. I rly don't exactly know what u mean. There is a command u can use @mobsearch Rynbef~
  12. That should be depending on the client. Is there a cash shop diff? 0x0000 couldn't be a packet. U can use a network sniffer to get more informations about the packet what the server received. And check which two bytes are sending to the server. I recommend WireShark. Rynbef~
  13. Enable the console error logs. Does the console output something like unsupported packet or else. Rynbef~
  14. No sé por qué, pero a veces tenía que dar más permisos a la dirección IP 127.0.0.1 en PHPmyadmin por razones inexplicables, aunque es lo mismo que localhost. Sin embargo, si has desactivado que se pueda acceder al puerto 3306 desde fuera y solo localmente, entonces puedes elegir "any" como host para el usuario. Aun así, recomiendo bloquear el acceso al puerto 3306 desde el exterior a través del firewall (por ejemplo, ufw). Rynbef~
  15. Rynbef

    Grf editor

    Split into 2 GRFs may help. In some cases the Folder size is to big to handle. Rynbef~
  16. U could use the pre defined label OnNPCKillEvent: then call the Quest Function to check if a quest is open and if it is increase the value. Or use the official Quest Board of Ragnarok. Rynbef~
  17. Does they replace the default ones maybe? And older clients can have custom homunculus. But I think newer than 2015 it's not possible. If u don't create ur own DLL and inject into the client. I think there is no possibility to diff the client to increase the limitations. And to create an own DLL to overwrite the Homunculus limitation with own lua files and window as example needs much knowledge and experience. It's a nice challenge but Im too busy actually. Rynbef~
  18. Maybe the size is another or the position. The Font Style can also do this problem And btw I don't recommend using Thor patcher cuz it's very old and get no updates. And don't support SSL. Better use Eluair by @Ai4rei https://nn.ai4rei.net/dev/skal/ Rynbef~
  19. @Cydh or @Capuche I can't help. May u help him? Rynbef~
  20. And what is the error? Can u upload a screenshot? U use an old version of rAthena? Rynbef~
  21. I've understand u but in my opinion u can't add custom homunculus cuz it's client restricted. Rynbef~
  22. Which error appears? On compiling or on console? I think this is too old. rAthena is changing to C++ Rynbef~
  23. If u mean u can make it better: just do it Rynbef~
  24. I think I miss understand ur question Rynbef~
×
×
  • Create New...