Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. Some mob skills (NPC_) are labelled at being "mob only" due to client limitations. You could probably work around it, but you'd need to make some huge modifications in the source code.
  2. Yeah. They researched and learnt how rAthena worked, then they changed config options and disabled NPCs.
  3. This can be due to an incorrect value in your LUA files. I think it's the accessoryid.lua/b file that has the view ID of the wearable items - that value needs to match with the view ID of the item in the them database.
  4. They're not present by default if you're using a RE client, you need to select the diff option to re-enable it. The cash shop table, as you would expect, is called `item_cash_db` if you're using SQL tables for items, or /db/(pre-)re/item_cash_db.txt if you're using file databases. Gah posted at the same time @Poring King
  5. Did you read the error? It says you have an issue with line 493, column 2, which means you've got spaces there that shouldn't be. You also need to uncomment the Body: on line 89.
  6. Well, now I'd like to know.
  7. It means remove cp/ from the filepath. Essentially this has already been covered earlier, the only difference is adding world-writable and world-readable, which FluxCP doesn't ask you to do because it's insecure.
  8. We'd literally be looking in the same place as you. Referencing old kRO update posts and announcements is pretty much the only way to do this semi-accurately. You could also find old Aegis files (if they still exist for those early episodes) to see if they help. There are files as early as Ep 9 at a quick glance; if you look around properly you may well find earlier data: https://mega.nz/folder/p94FTaRJ#86qjwAyztcQ565Xe4emzxQ
  9. Here's one I made earlier ?
  10. @crazyarashi your file description could do with a little more.. description. I.e What is it, how do you use it, why should I use it, who benefits from it, your inspiration for creating it, etc.
  11. Well.. CentOS and Suexec are a pain the ass, so I'd first check to see if changing the directory owner works: chown -R apache:apache /var/www/html/FluxCP
  12. Jump into ssh and do: cd /var/www/html/FluxCP/ ls -alh Provide full output.
  13. There's this feature on the forums that allows you to report content. If a 3PS listing receives 10 of those reports, the forums automatically hides it, otherwise it's down to human intervention to find out what's going on.
  14. // Maximum tax limit on a guild member. guild_exp_limit: 50 https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L14
  15. I did a pack dated 12-08-2014: Other than that, I haven't seen any. There are tools around to be able to do extract the images yourself though, if you search enough.
  16. We know. Unless you're waving $x,xxx.xx in his face. You're better off looking at the 3rd Party Services page.
  17. Anything with a hash (#) infront of it is a comment and won't be read by the server. The error is suggesting you've got something wrong on line 493, second character from the left.
  18. Not quite.. Use db/import/item_db.yml instead.
  19. I told you where to look. https://github.com/rathena/rathena/wiki
  20. Wrong section. Moved from "Source Requests" to "Installation Support". There are many guides in this forum that details how to connect from another PC. Start in this subforum, then visit Client Support.
  21. It literally tells you what to do..
  22. rAthena is indeed emulation software, which allows you to create a private server. rAthena attempts to mimic kRO database values so they will be different to what you'd be used to on iRO, as are the NPCs.
  23. You've set your log table to `rathena`. It should probably be `logs`?
  24. Version 1.2

    50 downloads

    A handy extra set of script events and variables for you to maximise your event and quest scripts! New Variables: DroppedItemID, DroppedItemQTY, UsedItemID, PickedItemID New Scripted Event Triggers: OnItemDropEvent, OnItemUseEvent, OnItemPickupEvent Includes 3 Test NPC scripts e.g. - script onusetest -1,{ end; OnItemUseEvent: dispbottom "Found item use event"; dispbottom "Using on "+ UsedItemID; switch(UsedItemID){ case 501: dispbottom "You used a Red Potion!"; break; } end; } As an example use-case, I've previously used this code in an Easter event script where each time you pickup any 1 of the 13 different eggs, specific code will run for effects, item swapping, costume changes, play sounds, etc. The possibilities are enormous!
    5.00 USD
  25. View File Item Use, Drop & Pickup Events A handy extra set of script events and variables for you to maximise your event and quest scripts! New Variables: DroppedItemID, DroppedItemQTY, UsedItemID, PickedItemID New Scripted Event Triggers: OnItemDropEvent, OnItemUseEvent, OnItemPickupEvent Includes 3 Test NPC scripts e.g. - script onusetest -1,{ end; OnItemUseEvent: dispbottom "Found item use event"; dispbottom "Using on "+ UsedItemID; switch(UsedItemID){ case 501: dispbottom "You used a Red Potion!"; break; } end; } As an example use-case, I've previously used this code in an Easter event script where each time you pickup any 1 of the 13 different eggs, specific code will run for effects, item swapping, costume changes, play sounds, etc. The possibilities are enormous! Submitter Akkarin Submitted 11/15/20 Category Source Modifications Video Content Author Akkarin  
×
×
  • Create New...