Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/13/12 in Posts

  1. I do not use it because there's no one else to chat with on my localhost test server.
    2 points
  2. After a long while since my last release.......xD anyway....i having a very very very good mood today ...so i am here to release my new script ~ haha Added New Script : Check inside each Files for updated contents. https://rathena.org/board/index.php?/files/file/2550-%7B?%7D/ this script enable player to Save the Character Data ..and enable them to switch back at any time to any Data they saved previously. Overall, a script that enable player to play multiple Job Class within 1 single characters. the idea for this script isnt too old / new ...since it's been exposed by @Peopleperson49 in his 'Split Personality' Script. Well, this script do the same things, but we use different way to manage it. Extra Informations : If you ♥ these Scripts , Click on to Vote this Topic up . Or you may also click on at above the Topic
    2 points
  3. Hi there guys, remembering I've got a pain in updating my Miruku 15112011, now I am uploading the freshly updated copy of it, with the update date: 07-09-2012 (7th September 2012) I downloaded them ad extract it, install it on my PC and updated it. then, I repacked it and uploaded to help you, guys! Before, I am terribly sorry for my (currently) lack of knowledge that I don't use NSIS Anyway, here's the link! Miruku 07-09-2012 (7th September 2012) <Mediafire> a nice guy reported I violate the rule and some of the pars (*parts) are deleted. See you in the next updates! Mirrors: Mirror from Malaysia (thank to RedBoss) reported to be down on 2012.10.18 (18th Oct, 2012) well, see you soon in the next client update.
    1 point
  4. 1 point
  5. Great Hunting Missions script! My suggestion is add a if (select("Accept/Decline") == 2) before forcing player accept mission
    1 point
  6. 1 point
  7. Go to src/map/vending.c and find this function: void vending_openvending(struct map_session_data* sd, const char* message, bool flag, const uint8* data, int count) { And then put the code before this line: vending_skill_lvl = pc_checkskill(sd, MC_VENDING); Also, find this line int the code I sent you: sprintf(atcmd_output, "You need %dx %s in order to use this command", item_qty_req, itemdb_jname(item_id_req)); Add this before: char atcmd_output[150]; Then I think it'll work, didn't test though.
    1 point
  8. This is neatly documented in doc/script_command.txt in *getitem2 section
    1 point
  9. Ekk then what's the use of that function in onChange property? find: onChange="MM_jumpMenu('parent',this,0)" replace with: onChange="window.location.href=this.value" or just copy below <form name="form1"> <strong>Admin</strong>: <select name="menu1" onChange="window.location.href=this.value"> <option value="javascript:void(0);">Choose Menu</option> <?php foreach ($adminMenuItems as $menuItem) : ?> <option value="<?php echo $menuItem['url']; ?>"><?php echo $menuItem['name']; ?></option> <?php endforeach; ?> </select> </form>
    1 point
  10. 1 point
  11. http://xp-dev.com/svn/kei-clientside/
    1 point
  12. 1 point
  13. Here: http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/
    1 point
  14. Make sure you use the latest version of the WDGSkipPacketHeaderObfuscation plugin. WDGRemoveSerialDisplay will have to be re-coded, as it is missing from r25.
    1 point
  15. I think that is not currently viable do this, sincerely, our source is the biggest mess I already saw, by design it wont work for a plugin system. For simple custom atcommands/script commands this can be made by exporting a vtable with all needed functions to the plugin and create a private store on the session_data so each plugin can have a piece of data for each player.
    1 point
  16. try this just simply sketch ...... http://pastebin.com/raw.php?i=ijZvh1XJ
    1 point
  17. Hello my name's Anjo Liwanag, I use pre-renewal configuration for my server and yes I already put "//" to #define RENEWAL. And it was all good... But I decided to update my Revision to 16434, then re-compiled... It went back to renewal config so I tried to change it back. I got to my RENEWAL.H file and checked if renewal is disabled, And it is. Then I checked "https://rathena.svn....unk/src/common/" And noticed that /src/common/config/ folder isn't there anymore. Is it meant to be like that? if it is, how can I change back from renewal to pre-renewal? I'm new here and thank you for your time. Looking forward for a response. My Facebook: http://www.facebook.com/anjo.liwanag The config folder is moved to from \src\map\config\ to \src\config\ I didn't delete the post in case someone else experienced this honest mistake.
    1 point
×
×
  • Create New...