Jump to content

LOOLP - OFF

Members
  • Posts

    233
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by LOOLP - OFF

  1. 4 hours ago, DevKira said:

    And also I'd like to make the skill Mindbreaker can be casted to your guildmate.

    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. 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.

     

  3.  
    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
    • Upvote 1
  4. 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 :
    

     

  5. 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.
    
     
  6. 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.
    
     
×
×
  • Create New...