Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. 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
  2. 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.
  3. 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.
  4. 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
  5. @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.
  6. 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
  7. Jump into ssh and do: cd /var/www/html/FluxCP/ ls -alh Provide full output.
  8. 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.
  9. // Maximum tax limit on a guild member. guild_exp_limit: 50 https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L14
  10. 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.
  11. We know. Unless you're waving $x,xxx.xx in his face. You're better off looking at the 3rd Party Services page.
  12. 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.
  13. I told you where to look. https://github.com/rathena/rathena/wiki
  14. 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.
  15. 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.
  16. You've set your log table to `rathena`. It should probably be `logs`?
  17. 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
  18. 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  
  19. Broken mechanics are being fixed all the time - your previous hash is from March, a lot has changed since then and I'm not sifting through all those changes. You compiled for the correct client version?
  20. Unsure. Is it literally just this single item that you're having issues with? Do any other high ViewID'd items cause errors? Is everything else converted correctly? You mean the CSV2YAML tool that this post references?
  21. There are several things wrong with this post. I urge you, almost hysterically, to learn to update your code via git. There is literally no reason on the planet that should stop you from learning to manage your code correctly. Without seeing errors/error codes/consoles/core dump/error handlers, I can only assume that something is different in the way packets are being sent to your client (which you would know, if you used git). Since you deleted your old code, I imagine it may be a little difficult to pinpoint. What was the git hash of your old rA? What is the new hash of your rA? What is your client date? Are you in Renewal or Pre-Renewal mode?
×
×
  • Create New...