Jump to content

LOOLP - OFF

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by LOOLP - OFF

  1. re/skillDB/ skill ID // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap) Select: 16 if u want alter damage, src/map/battle
  2. Procure pela function do espelho convexo, duplique com mini oss e re use.
  3. That's why I stopped giving any and all support! People think that here just come, ask and leave .. They do not thank, nor repay with the least our time, knowledge or goodwill. My projects are just for me! End. Toxic Comunity.
  4. You do not have these files mentioned in the error in your data.grf folder.
  5. How could I make change to the effect of "Rune Hagalaz - 12733" being renewed when the item is reused. Same thing applies to skill "SR_LIGHTNINGWALK". Thank you.
  6. 1. Have a compatible date. 2. If you use pre-re, you are trying to access RE settings.
  7. Erro no itemInfo ? Error in itemInfo :)
  8. This is a party responsible for delivery, you can change a value and the type of badge that will be delivered. This function is called in each battle mode at its end.
  9. This command will create a 'close' button in the message window for the invoking character. If no window is currently on screen, it will be created. See 'close'. There is one important difference, though - even though the message box will have closed, the script execution will not stop, and commands after 'close2' will still run, meaning an 'end' has to be used to stop the script, unless you make it stop in some other manner.
  10. There are several tutorials like adding in map_cache, remember after adding, recompile the emulator.
  11. Then you have to import into db / pre-re / all the information from izlude .. use weemapcache to extract from db / re / map_cache.dat and then throw it into db / pre-re / map_cache .. Using some updated date with updated data.grf you will already have the new izlude visually, just add the cells through map_cache
  12. Do you want the old izlude or the new? By default rAthena comes with the configuration for the new izlude, just use an iRO grf, or kRO that will have the new izlude .. If you want the old izlude, just make these changes to the date of your patch and compile your map_cache using izlude.gat inside weemapcache. Old izlude :
  13. Use o comando : dispbottom "Seus pontos PvP agora são : " +.@PontosPvP; Deixe reputação se ajudei ?
  14. You are using the old izlude map [visually] with the new izlude map_cache .. If you want the new izlude, you should look for its files. If you want the old izlude, you should look for the files in it and change your map_cache.dat found in db / re / map_cache.dat and put the new izlude file. After that, recompile your emulator. If I helped you, please repute.
  15. Just make an OnLogout script .. Pass the map as a parameter and start the buffers .. if the map is different, it ends. If I helped you in any way or opened a path in your mind, repute :)
  16. Have hexed compatible with your version and use NEMO. Use the recommended options and then select the options you like. Repeat if I helped you :) Best Version actually : 20180620 , for me. Link Nemo 4144: https://gitlab.com/anacondaq/nemo-4144-mirror
  17. Effect is something temporary and local, so there is this problem of @go, others arriving later do not see .. For visual items you must apply the .act and .spr files on your date before you can always activate it. Create the physical effect, not local.
  18. You have 2 options: Or do an npc that will check all items and read 1 by 1, finding and listing all mvps cards, I believe there must already be something similar in rAthena .. Or, create an npc that whenever someone drops the MvP card [Announcement Form] or not, that card is added to an array ... or the database itself. I have this system ready.
  19. i can't test now, but try this.. exchanger.txt Redone and functional! :) Good use. exchanger.txt yes, but it's more complicated .. some tests are needed to avoid bug's .. and I don't have time to test all possible situations .. I hope someone will use my code as a base and apply what you want, but it is not difficult ..
  20. src/config/renewal.hpp use : //#define RENEWAL_ASPD
×
×
  • Create New...