Jump to content

Rynbef

Forum Moderator
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Rynbef

  1. sudo chown -R username /path/to/folder sudo chmod -R 777 /path/to/folder Rynbef~
  2. In doc or NPC folder u will find much examples. Rynbef~
  3. //moved to source support Rynbef~
  4. U can remove the status from ur sql database (I think sc_statues or similar) and it should prompt again. Rynbef~
  5. Why u don't use the instances? Rynbef~
  6. Oh. That's great. If u need help I've already created it for statpoints and other files with php functions. Rynbef~
  7. U can use the same login server for both server and connect a second char and map server to the server. Rynbef~
  8. It's an encoding issue Rynbef~
  9. It's depends on Server location and the location of the player. The ping is to high that cause the problem. He should use the cmd prompt and run "ping server-ip:port" and u can compare with other player or use ping.eu and check if his ping is higher. Rynbef~
  10. I'm glad ur here and correct my mistake Rynbef~
  11. Skill.cpp search for the name of the skill in skill DB. Rynbef~
  12. item cooldown is not displayed on the skill bar. In my opinion, the skills should be visually represented on the client side if they are changed on the server side. Rynbef~
  13. U can use the Str editor by @Tokei Rynbef~
  14. U can open an official weapon and replace the frames as example. Rynbef~
  15. For Sprite Editing use the Act Editor from @Tokei Rynbef~
  16. U can create an script function and use *callfunc at the item script. Rynbef~
  17. Older clients supports new homunculus and newer not. Since Homun Evo Added to the Client it's not possible to add new custom homunculus instead of replacing them. It was hard coded to 6052 in 2013 but with an xDiff the limit were changed up to 7000 but since 2015 we are not able to increase it. Rynbef~
  18. U have to add a check on source side. Rynbef~
  19. Yes, the use of archive.org helps to download files from svn or apache folder structure or file list. I downloaded all xRay Clients to save it. And want to share on a seperate page later. GitHub or else. But I need a new computer honestly Rynbef~
  20. Maybe *getstatus(<effect type>{,<type>{,<char_id>}}) https://github.com/rathena/rathena/blob/cd7341930eba957de5947e296a55ccab26b1b1e0/doc/script_commands.txt#L6077 But I think u need a src modification. Rynbef~
  21. U can use OnNPCKillEvent and do some checks Rynbef~
  22. BaseLevel is a pre defined script variable not on source Rynbef~
  23. Skill_db or source modification. It's depends on the skill. Skill_db o modificación de source. Depende del skill. Rynbef~
  24. U need to write correct upper- and lowercase for the field u select over query. Rynbef~
×
×
  • Create New...