Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/23/12 in all areas

  1. The current format of the packetdb should be reviewed as you can use only the PACKETVER(client date) to choose the packets. Use of packet_ver(version) and the PACKETVER is redundant. Another thing, a new flag can be added for the packets(CLIENT_TYPE?) to choose between two parallel client types(eg.: kRO and iRO or kRO and bRO), so far we only have kRO clients but this will help if someone wants to add another client type. I sugest a format like this: // client: date type // packet id, packet size, function, positions // [...] // client: 20111005 0 0x0364,5,walktoxy,2 0x0817,6,ticksend,2 0x0366,5,changedir,2:4 0x0815,6,takeitem,2 [...] The packet type would be 0 for kRO clients, this is needed when the packets from clients with the same date from two official servers are different(eg.: bRO & kRO). Even if rAthena never add support for another clients types this will be usefull for someone that wants to add.
    2 points
  2. Hello rAthena Community, I'm finally back to scripting again and now I'm making my own Scripts Collection topic ,which I'm going to update from time to time. I think I said enough,here are my Scripts. Rules,which you accept by downloading / using my Scripts : Things you are not allowed to do with my Scripts: 1: Do not claim my work as yours! 2: Do not remove my Credits / always give Credits if you edit the Script. Things you are allowed to do with my Scripts : 1: Download them and use them in your Server 2: Edit them,but remember to give the Credits! My Scripts : - All iRO Daily Quests in one - Mini Dice Event - Automated Guess the Number Event - MVP Room + Warper - Refiner,Derefiner,Repairman - Size Changer - Stat and Skill Seller - Daily Reward NPC - Rock,Paper,Scissors Game - iRO Daily Quest - Alberta Cargo - iRO Daily Quest - Army Supply - iRO Daily Quest - Church Donation - iRO Daily Quest - Knight's Delivery - iRO Daily Quest - Lost Puppies - iRO Daily Quest - Swab the Deck - Skill Points Remover - Requested - WoE Castle Reward - Requested - Soul Linker NPC - Requested - 3rd Jobclass Items Reward - Requested - Not automated Guess the Number Event (GM Level 40 or higher) - Lunar's Dynamic Shop Menu - FIXED You can download all my Scripts by using Tortoise SVN and using the SVN Checkout. Here's the Link to My SVN : Rikimaru's Scripts SVN Have fun with using my Scripts,but with downloading and using My Scripts you accept MY RULES Comments allowed,if you got some things you want to tell me,let me know about them,I love to script! Yours, ~ Rikimaru
    1 point
  3. . hey, i'm android , and i'm a graphic designer, this will be my thread where in i post my latest designs. hoping to get lots of suggestions, comments. to help a better designs in the future. .Maybe i give free graphics in the next few days, and ill be working with patcher skins. and free web page designs. To start with. Please do rate this [updated]05/01/2012 [updated]04/23/2012 ------------------------------------------------ ---------------------------------------------------------------------------- [updated]04/20/2012 [updated] 04/19/2012 -------------------------------------------------------------------------------------------------------------------------------
    1 point
  4. Your wishes will be carried out in tomorrow's update. Judging by tests patcher works fine, hope this will be the final version of the patcher. Further work will consist in correcting errors (if any) and adding new functionality.
    1 point
  5. I've added a TODO in the wiki a while ago. I'm currently not in a position to do this myself anytime soon though. My 50 cents on this are that it should probably be done in a seperate branch and torture tested with lots and lots of clients to avoid breakage. Probably also relevant for exact(?) dates when packets were changed/introduced: packet deltas.
    1 point
  6. nulled or paid it is still vulnerable in those attack if you are just using recaptcha. recaptcha has been cracked long ago.
    1 point
  7. you can install plugins/mods to autoban new users when their IP is detected as spam see this http://www.stopforumspam.com/contributions
    1 point
  8. This is actually one of my favorite maps and the reason why I tried mapping Do you happen to have any custom NPC scripts for this map?
    1 point
  9. use google for gods sake http://lmgtfy.com/?q=eathena+guild+house+rental
    1 point
  10. I just run the client as admin, check your diff also, I've unchecked this diff "HKLM to HKCU"
    1 point
  11. I have updated only a few things, like the bridge that "change colors", and took out the flower growing out the stump on the garden area. You can notice it in the 1st and 3rd screenshots from my first post. And thanks! I do like forest maps too, and I'm hoping on making more of them later
    1 point
  12. i didn't implement a feature for not reapting quests. actually they can do it over and over again.
    1 point
  13. There was a comma missing at the end of this line: `elemental_id` int(11) unsigned NOT NULL default '0' add a comma so it looks like this, then re-run the query. `elemental_id` int(11) unsigned NOT NULL default '0', Thanks for letting us know! I fixed it in r15896.
    1 point
  14. You can enchant each equipment up to 3 times, and you can enchant the following types of armors : upper headgear, shield, footgear, garment and armor (chest piece) The difference is that this system has a lot more enchantments, they are separated by class, you can enchant any type of armor (while official only lets you enchant special types of armors, such as mora equipment, wild tail, light of el dicastes, etc), you have three different enchantment types, and you have the unique enchantments that don't exist in official. The official enchantments are in general less usefull and not worth it (because they also have a somewhat low chance to work).
    1 point
  15. Updated Effects. Attached to post. effects.txt
    1 point
  16. Hm. I noticed, that there are problems with the IPN in sandbox mode. So I tested the donation with paypal live enviroment. Now I got the IPN and the table cp_txnlog was filled. I made 2 donations, which are both completed at paypal. In cp_txnlog both transaction have 'payment_status' 'Completed', but the field 'credits' is empty respectively '0'. So I will be shown the transactions in ?module=donate&action=history as 'completed' AND 'failed'. And no credits are on the account. I searched the source code, but did not found the part where the field 'credit' is set. Error found and fixed: /lib/Flux/PaymentNotifyRequest.php, line 179 replace: $sql = "SELECT COUNT(account_id) AS acc_id_count FROM {$servGroup->loginDatabase}.login WHERE sex != 'S' AND level >= 0 AND account_id = ?"; with: $sql = "SELECT COUNT(account_id) AS acc_id_count FROM {$servGroup->loginDatabase}.login WHERE sex != 'S' AND group_id >= 0 AND account_id = ?"; Thread may be marked as "solved". :-)
    1 point
  17. Gracias! Thanks, hope you will use it on your server
    1 point
  18. Still alive, but having to plan out the rest of my short term work so I don't get bogged down by too much. I'm taking notes on what I need to remove to get the old script engine out, since technically it's still in but disabled since I decided at the time that trying to remove it and fixing whatever that depended on it in the source took more time than I would've liked to put in it. Also I plan on having an update next week.
    1 point
×
×
  • Create New...