Jump to content

Akkarin

Forum Manager
  • Posts

    3127
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. I told you where to look. https://github.com/rathena/rathena/wiki
  2. 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.
  3. 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.
  4. You've set your log table to `rathena`. It should probably be `logs`?
  5. Version 1.2

    45 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
  6. 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  
  7. 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?
  8. 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?
  9. 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?
  10. A very good effort! However, Thor's built-in web functionality is based on an old version of Internet Explorer which throws a hissy-fit when javascript is used. @Ryoma27 If you want to stick with the built-in news feature for FluxCP, I suggest using PHP & SQL queries to extract and display the data. Or post on the FluxCP Github Issues page and request for an RSS feature ?
  11. I'm pretty sure they've closed-up. They've been removed from the 3rd Party Services page for about 2 weeks now. Moaning about ticket time is pointless - I checked their site against WHMCS's license checker tool and it's expired, which is why you're not getting a reply. Cus whoever runs it now can't/won't login with an expired license. Since further discussion will take this thread nowhere, I'll lock it as reference to anyone else that finds their way to this thread.
  12. <a href="link.com/pagename.php?p=whatever"><img src="link/to/image.jpg"></a> Google is your friend.
  13. In the config you can enable the box. The code pulls the log-data from mvplog so you need to have those turned on in your rAthena settings too.
  14. There's either nothing in their storage or you're using multiple storage tables. FluxCP only supports the first default `storage` table.
  15. This lacks information. Auto kick immediately? The checks for guild members are for the same Guild ID as the Party Leader? How often does the check for this occur? Does this only happen on certain maps or on all maps?
  16. Akkarin

    Functor

    This topic is ridiculous. If you want to contact him, details are here https://rathena.org/thirdpartyservices/gepard-shield-30-r41/ If you want to leave a review of his services, see the above link. I suggest you provide proof - Functor is a well respected member of this community and I don't take accusations or slander lightly. Nine times out of ten, if you feel you've been treated wrongly by anyone on the approved Third Party Services list, it's usually your fault. Thread locked.
  17. Offline means it doesn't work. To use rAthena as a "local" server, you leave the IPs as 127.0.0.1
  18. You tagged me because...? There are so many topics with the same issue you're having already on the forums. I bet if you searched through them, you'd find an answer.
  19. You can, you will need to download and "diff" a client, download an English data folder translation pack and then setup your clientinfo.xml then you're good to go.
  20. Would we? I'm pretty sure we don't remove content that is being actively supported by their author. The person who owns the paid service gets the profit, that's how paid services works. Post your version, actively support it, then everything will be fine. As i said:
  21. They're the latest stable release from http://nn.ai4rei.net/dev/rsu/
×
×
  • Create New...