Jump to content

tr0n

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by tr0n

  1. Very nice Tool.
  2. this is aimed to low-mid server where you can't warp to dungeon lvls. I forgot to say that. Maybe i should think about adding this.
  3. I think harmony supports it. Correct me if I'm wrong.
  4. tr0n

    Yachiru Board

    what do you mean ? lol...
  5. tr0n's Questboard With this questboard you can easily add new quests! 2 categories are available (collection quests and hunting quests). Thanks to Michy, Jaypee, Euphy and everyone else who helped me A LOT with this <3 (sry if I didn't mentioned someone..) Files tr0ns_questboard_1.0.0.txt tr0ns_questboard_1.2.0.txt tr0ns_questboard_1.2.1.txt tr0ns_questboard_1.3.1.txt tr0ns_questboard_1.3.2.txt tr0ns_questboard_1.3.3.txt tr0ns_questboard_1.3.4.txt tr0ns_questboard_1.4.4.txt tr0ns_questboard_1.5.4.txt tr0ns_questboard_1.6.4.txt tr0ns_questboard_1.6.5.txt Changelogs 1.0.0 Release 1.1.0 Added zeny reward 1.1.0 Minor text fixes 1.2.0 Rewrote checkmob and killcounter 1.2.1 Fixed "currentquest$" (was set to 0 after finished quest) 1.3.1 Added level restriction 1.3.2 Fixed a bug in AddCollection function 1.3.3 Fixed a bug in AddHunting function 1.3.4 Added Reward Item Amount 1.4.4 Added Quest delay 1.5.4 Added repeatable Quests 1.6.4 Added party support (Thanks to Euphy for helping me) 1.6.5 Bug fixes for party support How to add new Quests There're two types of quests you can add, collection and hunting quests. Collection Quests: AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); Hunting Quests: AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<Monster Amount>,...); Features You can activate|deactivate categories (they're predefined) Add easily new quests shows dispbottom of each killed monster you can add as many items or mobs you want You can activate|deactivate if quests are repeatable or not You can activate|deactivate party support Change the range of party members to make kills count Change the delay of repeatable quests Terms of Use You are not allowed to reproduce or make any profit of this script! You are not allowed to take credits for this script! You are allowed to modify this script for your needs but not to repost it anywhere as your own work! I am not responsible of any damage on your server! Use at your own risk! How can you help me ? Give me feedback Report bugs Tell me if you like it If you like my script please support me. Thanks!
  6. What's the "real prize" ?
  7. just set a new variable, something like set #rrplayed, 1; and add to the beginning: If(#rrplayed==1) end;
  8. try this: #ifndef PACKETVER #define PACKETVER 20111116 //#define PACKETVER 20100730 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20111116 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20111116 #endif It helped me.
  9. I tested them, but they aren't attached correctly to the body (wrong position). hmm =/
  10. tr0n's Warper I was inspired by toasty's warper. (Yea another warper now <.<). My goal was to keep the script very simple and easy to configure for newbies. Thanks to everyone who helped me with this <3 and sry toasty for taking your "duplicates". I was lazy =/ Files tr0ns_warper_1.0.0.txt Changelogs 1.0.0 Release Features You can activate|deactive categories (they're predefined) You can set fee for every categorie You can add easily new maps Last warp included How can you help me ? Give me feedback Report bugs Tell me if you like it tr0n
  11. https://rathena.svn....vnroot/rathena/ Edit: Judas was faster <.<
  12. No, there is no other way. The Client can't load files from Server and show them ingame. It must be saved on your computer, otherwise the Client can't load it.
  13. http://sushiduy.plesk3.freepgs.com/ROScripts/WoeInfo/woeinfo_122.php
  14. aber man kann keine png dateien öffnen, er will .act oder .pal files. Ich bin doof, kann die farben ja auch mit der pinzette nehmen -.-
  15. Wo kann ich nun devil-evils palette runterladen ?
  16. in den dokumenten zur item db steht "when used|equiped". (Wenn benutzt|angezogen). habe es mal getestet gehabt und es wird auch einmal aktiviert beim anziehen, man kann noch reinscripten das es bei jeder attacke zum beispiel benutzt wird durch autobonus.
  17. Alles im ganzen ein sehr schönes Guide. zu dem hier: {Script}: Hier werden die Effekte des Item eingetragen. das solltest du vielleicht lieber so schreiben damit es auch jeder versteht: {Script}: Hier werden die Effekte des Item eingetragen die beim benutzen/anziehen ausgelöst werden. Ansonsten gefällts mir echt gut.
  18. Change your REMODE to 0. You're maybe using REMODE 1. You can find it in srcmapconfigRenewal.h in db folder you can see a pre-re and a re folder. If you set REMODE to 1, it uses re folder, if you set it to 0, it uses pre-re folder.
  19. With this diff your guildname and partyname will be shown with fakename too. As example it helps if you write a easy title system that uses fakename. Nothing special but can be useful for someone. I actually made it because the old one was outdated. fakename.diff
  20. Well the thing is, setting up a server without knowing how it works is a bad idea at all. You should maybe learn more about clientside and serverside. Other people can't do your work everytime.
  21. What's your problem?!
  22. Familiar is passive now ? whoohoo!
  23. [don't worry], it prevents that 0 gets calculated.(be happy~) If you don't want this debugmes change this: if(!getarg(1)) { debugmes "Error in KDR function, getarg(1) invalid value"; return 0; } // [Lighta] into this: if(!getarg(1)) return 0; // [Lighta]
  24. This is just a simple atcommand symbol modification. It allows you to use a second atcommand symbol. First patch source with my diff file and change this in conf/atcommand_athena.conf: atcommand_symbol: "@" charcommand_symbol: "#" into this: atcommand_symbol: "@" atcommand_symbol2: "!" charcommand_symbol: "#" Now you can set your second atcommand symbol in conf. second_atcommand.diff
  25. tr0n

    mount.grf

    When I used it I got a map-server crash "Server received crash signal!" Maybe it's because my data and rdata aren't updated. But I had collection photo ? weird. No item name and no item description too..
×
×
  • Create New...