Jump to content

Rynbef

Forum Moderator
  • Posts

    898
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Rynbef

  1. If u don't find another way u can add a check if target has equipped the item and then block Knockback but not for specified skill. Therefore u have to src mod it. https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L3062 Rynbef~
  2. Do u looking for this script or u want a similar script? Here I've created a script u can finish. Let me know if u need future help on this script. MomsTutorial.txt Rynbef~
  3. @playniks I can't sleep until I've helped u. So I tried the same think again, again and again and since today its works fine. And I'm glade to upload ur requested client 2019-05-30aRagexe.exe Rynbef~
  4. https://roworkshop.com/andro/main/services.html Rynbef~
  5. I think he will only disable knockback of Magnum break when the item is equipped. Not for the other 40+ skills. U may need src modification. Rynbef~
  6. The Asura Effect is removed from client. Rynbef~
  7. Go to atcommand.cpp and search for mi/ monsterinfo. Do ur changes and problem was solved. Rynbef~
  8. U can add a delay, act delay or cooldown. Rynbef~
  9. The *getcharinfo doesn't exist. Replace: set saveMap$, strcharinfo(3); set saveX, getcharinfo(0); set saveY, getcharinfo(1); With: getmapxy(saveMap$,saveX,saveY,BL_PC); Rynbef~
  10. I see only bitmaps no sprite. U can link it? Rynbef~
  11. Search for the version u want. U can look at the changes and copy the hash of the version. On Linux use: git log - will help u find out which hash u want git checkout <hash> - clone the version On branches u can take a look to. Here's a stable 3 years old version: https://github.com/rathena/rathena/tree/hotfix/dropitems From 5th April 2020 Rynbef~
  12. In my opinion the full guild needs a reload. The guilds are loaded on startup or maybe if all member disconnected. But I'm not sure. Rynbef~
  13. I think it could be really helpful on any server specially for pvp or woe related servers. It looks rly good. We need more releases like this. And hopefully for free. Rynbef~
  14. U can use the discord API and create a php file as cronjob. Rynbef~
  15. Here u go on skill.cpp https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L2355 Rynbef~
  16. Maybe just use port 6901, 5122, 6122 as example for 2nd server. Rynbef~
  17. On makeitem u have to change 2048 to true. Change disablenpc(); to disablenpc; The warnings already describes what u have to do. Rynbef~
  18. That's tells u everything u want to know. The Client sends tokens for now and this is IP bounded. U could just fix it if u use the same IP or a proxy of the first IP for both server Rynbef~
  19. U can remove it by comment the script commands out or use this Rynbef~
  20. The colorful pillars are only available for clients 2020 and above. Rynbef~
  21. The sprite seems to be headgear sprite. If u change it to robe sprite it should work. Rynbef~
  22. Does both server runs on the same IP? Rynbef~
  23. It's outdated. Some thinks have changed over the years. U can take a look at a newer custom mapflag as example. Rynbef~
  24. Just replace the tga files located in you effect folder in ur grf. Rynbef~
  25. U tried run with compatibility mode? Rynbef~
×
×
  • Create New...