-
Posts
3,067 -
Joined
-
Last visited
-
Days Won
182
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Akkarin
-
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
-
Error when adding to db/import/item_db.yml End of Map Not Found
Akkarin replied to lphz's question in Database Support
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. -
Well, now I'd like to know.
-
Exception Details Error: Flux_PermissionError for FLuxCP
Akkarin replied to Rivers's question in Web Support
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. -
Need Mobdb and mobspawn db for Episode 5 and newer
Akkarin replied to Wosi's question in Database Requests
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 -
Exception Details Error: Flux_PermissionError for FLuxCP
Akkarin replied to Rivers's question in Web Support
Here's one I made earlier -
@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.
-
Exception Details Error: Flux_PermissionError for FLuxCP
Akkarin replied to Rivers's question in Web Support
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 -
Exception Details Error: Flux_PermissionError for FLuxCP
Akkarin replied to Rivers's question in Web Support
Jump into ssh and do: cd /var/www/html/FluxCP/ ls -alh Provide full output. -
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.
-
// Maximum tax limit on a guild member. guild_exp_limit: 50 https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L14
-
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.
-
We know. Unless you're waving $x,xxx.xx in his face. You're better off looking at the 3rd Party Services page.
-
Adding additional script on item through import file not working
Akkarin replied to kalabasa's question in Client-side Support
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. -
Adding additional script on item through import file not working
Akkarin replied to kalabasa's question in Client-side Support
Not quite.. Use db/import/item_db.yml instead. -
I told you where to look. https://github.com/rathena/rathena/wiki
-
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.
-
merging branches to main branch update error
Akkarin replied to kalabasa's question in Installation Support
It literally tells you what to do.. -
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.
-
You've set your log table to `rathena`. It should probably be `logs`?
-
Thank you for your interest in our humble (but explicit) little server! Please keep in mind, you are required to be a minimum of 21 years of age to apply for this post. About PornRO: Pre-Renewal Episode 11.3 25x/25x/16x Rates A lot of nakedness Naked class sprites Naked mobs Naked NPCs Naked staff just joking! We're looking for some exceptional individuals to join our Game Master team. The main duties of this post will be interacting with the playerbase via the Service Desk. Most of these bugs will be regarding missing resources as we've stripped the GRFs down to a total of 1.4GB for everything, but possibly removed something we shouldn't have. Player reports are also dealt with by GMs and have the ability to kick/ban players from the game directly from the website. Game Masters are also encouraged to host events, following the staff guidelines on our forums. If you have ideas for scripted events or have seen an event/mechanic on another server/these forums that you would like implemented, feel free to let us know! Player interaction in-game is also encouraged but not a necessity. You can apply on our forum at the following link: https://community.industrial-illusions.net/apply/ Do download our client and give us a try first - we know we're not going to be everyone's cup of tea!
-
Version 1.0.0
19 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!$3.50 -
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/2020 Category Source Modifications Video Content Author Akkarin
- 1 reply
-
- 3
-
-
-
Black Screen after updating rAthena
Akkarin replied to someonenoone11's question in Client-side Support
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? -
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?