Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/17/21 in Posts

  1. Hi all, I put together a command-line tool to help save time when porting lots of existing items to an rAthena server: https://github.com/Latiosu/dp2rathena I noticed that the rAthena community often refers to divine-pride.net (DP) as a source of truth, so I figured it would be useful to connect with their API. Summary The tool uses data from divine-pride.net and attempts to map the API response to a desired rAthena database format. Installation Requires Python 3.6+ and pip installed: pip install dp2rathena Usage Generate a divine-pride.net API key if you don't have one yet (registration required), then you can start converting data: Example 1: Store API key and convert items with id 501 and 1101 dp2rathena config dp2rathena item 501 1101 Produces this output: Example 2: Convert mobskills for mobs with id 1002, 1049 and 1299 and save to a file called "attacks.txt" (re-uses stored API key if present) dp2rathena mobskill 1002 1049 1299 > C:\Users\Latios\Desktop\attacks.txt Produces a file in the Desktop folder called "attacks.txt": Example 3: Convert mob with id 20357 to mob_db.yml format dp2rathena mob 20357 Produces following command-line output: Further instructions can be found at the repository: https://github.com/Latiosu/dp2rathena Limitations I've moved this section to the GitHub repository above to keep it up-to-date. --- Let me know if you'd like to be able to convert other data from DP, some other suggestion or any questions. Edit: Add terminal animation for a visual explanation
    1 point
  2. 4 possible problem.. 1. the most common sense is it was really unknown account and was not on your db.. 2. your server gepard_shield.conf is off, but your client side is enabled. or vice versa, gepard_shield.conf is on but client side is disabled. 3. client doesn't have all the files related to gepard such as mss32.dll, msvcp and msvcr sent by functor.. 4. maybe it was not functor you contact?
    1 point
  3. You get "unknown account" messages if the account doesn't exist. Ensure you're SQL details are correct and that you haven't overwritten something you shouldn't have when you uploaded your files to your VPS.
    1 point
  4. what do you mean by installed? the only person who can install gepard is its creator, the @Functor.
    1 point
  5. mes(F_MesItemInfo(607)); display yggdrassil This are the example's
    1 point
  6. did you make sure to also update your /system folder with the ones within the ro translation project. If you still need help go to the discord and i can assist you through anydesk.
    1 point
  7. doc/item_db.txt has been updated with new lines so its location has been moved and besides i think Capuche is referring are this lines. https://github.com/rathena/rathena/blob/master/doc/item_db.txt#L193 https://github.com/rathena/rathena/blob/master/doc/item_db.txt#L194 Shadow_Right_Accessory - Shadow Accessory Right (Earring) Shadow_Left_Accessory - Shadow Accessory Left (Pendant)
    1 point
  8. View File PSD+NPC Daily_Reward_System_EP5 PSD + NPC Daily_Reward_System_EP5 Submitter gangmusic Submitted 01/29/2017 Category Other Content Author
    1 point
  9. now I am developing Node Webkit roBrowser and it's working great. I'm planing about open source. Hope community support the project because I'm not good at webgl. The client, Node Webkit roBrowser support 2018-06-20 packet version.
    1 point
×
×
  • Create New...