Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/22/19 in all areas

  1. Version 1.1.0

    864 downloads

    A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it. I made this function to store all ID in one variable rather than multiple ones.
    Free
    2 points
  2. View File Extended Vending 2.0 Extended Vending 2.0 Made in Git Hash: '042b88623bf549b88ba619991aaa186d45f7f998' Description Yet another version of Extended Vending, this one works in actual rA c++. It has a few fixes, including vending tax only working with Zeny as currency. What is new? I tried to improve this amazing mod adding a new feature: Vending Report (Mailbox). Basically... whenever you buy items to a vendor, he receive a report that who bough,what items, how many and total profit of them. You can disable this feature through conf/feature, or If you want to disable it for a specific player you must set the permanent variable called NOVREPORT (by a NPC/Bindatcmd/Idk) For < 2015-05-13 Clients Since old mailbox has 300 characters less than RoDex, I decided to take off items name and amount. So only will send 'who bought' and 'total profit'. Feel free to Donate If you want to support me. Submitter Easycore Submitted 07/10/2018 Category Source Modifications Video Content Author Lilith, Easycore  
    1 point
  3. Version 1.0.1

    2173 downloads

    Illusion Moonlight Story.
    Free
    1 point
  4. You don't have the last version of rAthena. But you can change this line: getmapxy .@m$,.@x0,.@y0,BL_NPC; to: getmapxy .@m$,.@x0,.@y0,UNITTYPE_NPC;
    1 point
  5. Basic Substraction is the answer. value = JobLevel - 1;
    1 point
  6. at line 371 try to change 'sleep2' to 'sleep' like this: CHANGE THIS: //¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ // Dialogue Methods //________________________________ function script JitUnhideDelay { sleep2 1500; INTO THIS: //¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ // Dialogue Methods //________________________________ function script JitUnhideDelay { sleep 1500; @behemothcze I have not tested it but let me know if the error disappears which I also do the correction on my server.
    1 point
  7. Most likely the client release your using doesnt match the exe with every update the coding changes a little so you'll have to find client files which work with that version of client.
    1 point
×
×
  • Create New...