Jump to content

Rynbef

Forum Moderator
  • Posts

    941
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Rynbef

  1. The sprite seems to be headgear sprite. If u change it to robe sprite it should work. Rynbef~
  2. Does both server runs on the same IP? Rynbef~
  3. It's outdated. Some thinks have changed over the years. U can take a look at a newer custom mapflag as example. Rynbef~
  4. Just replace the tga files located in you effect folder in ur grf. Rynbef~
  5. U tried run with compatibility mode? Rynbef~
  6. On which system do u try to set it?:Do u use ssh for and which command ur using? Rynbef~
  7. Yes. It's should work. He is working weekly on it. Rynbef~
  8. Use this https://github.com/llchrisll/ROenglishRE/tree/master and better remove the old one. Keep attention that it overrides the original one. Airplane and other files are changeable by diff. Some errors can prompt cause of the Clientinfo. Change ur langtype, servertype and servicetype. That fix sometimes a few issues. Rynbef~
  9. Try replacing it and maybe temporary disable mobs and npcs to find out where the error is. U can disable Lightmaps and effects too. Rynbef~
  10. https://github.com/rathena/rathena/blob/master/doc/packet_struct_notation.txt https://github.com/rathena/rathena/blob/master/doc/packet_interserv.txt Rynbef~
  11. Do u create the cps.dll file and replaced that one on ur full client? https://github.com/rathena/rathena/wiki/GRF-Encryption Rynbef~
  12. Are u diffed the following diff? Enable 44.1 kHz Audio Sampling Frequency And saved the file with correct frequency? Rynbef~
  13. I need to see the script to help u. Rynbef~
  14. Do u want that the player will get more prices when he pay more Zeny? As ex.: Invest Zeny / 500.000 = amount or more random prices? Or do u want that the player will have a higher chance to get better prices? Rynbef~
  15. Add a check right before: if(getequipid(EQI_SHADOW_SHOES))unequip EQI_SHADOW_SHOES; //Idea Maybe we need an event label: OnPCEquipEvent <trigger bitmask; ex. 128>: OnPCEquipEvent <EQI_*>: Same for Unequip Should have a variable of item ID. And a list of items who trigger the event. ID - trigger bitmask 512 128 So it whould be easier to do stuff on/unequip item. Of course for specified EQI_* so we don't need to edit every shadow shoes if we want that they cannot wear if we have a specified variable set to one or else. Rynbef~
  16. We couldn't read a sub topic u linked to understand what the problem is. Describe pls directly what u've troubles with. Or where u need help. Rynbef~
  17. Here u can find all rAthena Script Commands. Loop throw ur script and check it if every script command is correct. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt instance_attach doesnt exists anymore. By creating instance or enter instance. It will automatically attached. Rynbef~
  18. U can use Event Label OnPCLoadMapEvent. Dont forget to add the loadevent map flag. - script autobonus#haki -1,{ OnPCLoadMapEvent: if(strcharinfo(3)=="guild_vs1") autobonus "{ if(readparam(HP) <= readparam(MaxHP)/10 ) { set haki,haki+1; } }",1000,1000,0,"{}"; end; OnInit: end; } guild_vs1 mapflag loadevent Rynbef~
  19. U can create a group with normal players permissions inherit and just give a streamer this group. On npc side u can just check for group id. Rynbef~
  20. I've the same issue. I'm sorry. Rynbef~
  21. Run the python scripts. That should work. Rynbef~
  22. I rly like the upscaled sprites. I wanted to upscale the sprites a few years ago using ESRGAN but I had no time. Maybe u can find the frame number by using CheatEngine. And than try to hex it by using XVI32. Good work and good luck! Rynbef~
  23. There should be the wings ur looking for. https://rathena.org/board/files/file/4335-400-custons-20-custom-weapons-by-mihael/ Rynbef~
×
×
  • Create New...