Jump to content

Leaderboard

Popular Content

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

  1. After reviewing this topic, I dove into the source and had a poke around and support for direct function invocation was added in r15979 As such, the following should now work: function<tab>script<tab>helloworld<tab>{ mes "Hello " + getarg(0); return 1; } prontera,150,150,4<tab>script<tab>Say Hello!<tab>811,{ helloworld strcharinfo(0); close; }
    3 points
  2. E - Script Collection Last Update : September 10, 2013 Refine Function SQL Mission Board Monster Marching Vendor Control Advanced Stylist Coin Exchanger Doppelganger Race Of The Day Limited Items Multi Currency Shop Random News GM Online List Link Broken E-Inquiry DotA Runes Flower Counting Game Class Restriction Chain Quest Build Manager Misc Scripts : Freebies Script Card Trader Gold Room [ Pick Gold ] Gold Room [ Guild Tax ] Map Restriction [ GM Based ] Daily Reward Monthly Reward Monster Spawner Monster Summoner with Last Summoned Display Players Stats & Equipments 3rd Job Item Giver Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] Party Match Auto Ban Over Stats Users Soul Link Buff Kill Players gain Cash Points Party Members All Get Items [ Snippet ] Message Board Stalker Class Skill Reproduce NPC Multiple Selection Quest [ Template ] In-Game Item Rewarder In-Game Points Rewarder Invasion Event Custom Item Rate Status Point Seller [ Snippet ] Anti Bot Security Script Anti Bot Script [ Code / Question ] Item Combo Restriction [ LHZ Card ] Drop Item Upon Death PVP Switcher + Announcer [ Guild Master ] Rotating Waitingroom Messages +10 Refiner [ Specific Items ] Random Rate Item Exchanger MVP Invasion Premium Users [ Boost Rates ] Display Cutin Image upon Login Custom Randomed Box Items Kick GM during WOE Custom Crafting NPC Restrict Same IP [ Certain Map ] Coloured Items Exchanger Guild Master Changer Party Team PK Match Gambling Game IRC Channel Crafting NPC Guild Storage Restriction Stage Game [ Version 4 ] Monster Wiki Event [ Version 3 ] Special Thank you for my Tutor : Notes : I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible. All the Scripts above are uploaded to Pastebin . Abide the Following Rule : Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts ) Do not SPAM / BUMP in my Topic. Do not ask for Support stuffs for other Scripts in this Topic. Link Down , then drop [ @Emistry ] a message. I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules. Keep This In Your Mind : All the Scripts i distribute here are NOT FOR COMMERCIAL USES . DO NOT remove my Credits if you are using part of the scripts to modify your own. DO NOT re-release the scripts in any form / way. If you ♥ these Scripts , Click on to Vote this Topic up. Or you may also click on at above the Topic
    1 point
  3. I've been playing Ragnarok Online private servers since late 2005. During my lengthy time as a player, I've become so picky regarding my private server needs/interests, my only hope of finding a server I can truly call home is to run one myself. That being said, I'm very aware that running ones own server is not all fun and games; it requires a lot of (sometimes unrewarding) hard work and unwavering dedication. I'm also not planning on rushing head-first into getting my own server up and running. I still have much to learn (luckily I have a few seasoned, private server owners to provide me with assistance when and where I need it) and I plan on taking my time so that I can provide my eventual community and player-base with a successful and well-maintained server. Thank you and I look forward to interacting with (and perhaps learning from) you all!
    1 point
  4. Do not do the following: Re-edit my work and Claim it as yours Re-edit my work and upload it to eAthena without my permission Re-edit my work, upload it, and not adding credits Use it for selling purposes // ~ Information ~ \\ Customize the event Input any Item ID you want Type in any Map you want the Mushroom to spawn Added a OnMinute option Whole script is shorter than Original And, is a lot easier to edit // ~ Your Customizations~ \\ Change the OnMinute time to what you want Basically change the getitem option if you dont like the Input ID I added Change the getitem .ItemID,2; to how much you want the players to gain // ~ Map Change ~ \\ If you want to change the maps the Mushroom will spawn, look at: set $@ran, rand(1,10); if ($@ran == 10) set .Map$,"hugel"; if ($@ran == 9) set .Map$,"yuno"; if ($@ran == 8) set .Map$,"comodo"; if ($@ran == 7) set .Map$,"xmas"; if ($@ran == 6) set .Map$,"aldebaran"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; Change the 10 in here set $@ran, rand(1,10) to the amount of maps being set. If you wanna add a new map, you have to add a new if ($@ran == ) set .Map$,""; So, I want lets say.. gonryun. I would do: if ($@ran == 11) set .Map$,"gonryun"; right above hugel and I will change set $@ran, rand(1,10) to set $@ran, rand(1,11). // ~ Mushrooms ~ \\ set $@ran2, rand(1,5); if ($@ran2 == 5) set .Mushrooms,"5"; if ($@ran2 == 4) set .Mushrooms,"4"; if ($@ran2 == 3) set .Mushrooms,"3"; if ($@ran2 == 2) set .Mushrooms,"2"; if ($@ran2 == 1) set .Mushrooms,"1"; This is basically the same function as for the Maps, but this is for the amount of Mushrooms spawned. "Number" in the quotes stand for the amount of Mushrooms that will spawn. Suggestions? Comments? Post em ! // ~ Download ~ \\ In order to download my Find the Mushroom event, you must head to my SVN: http://mysterious-pr....com/svn/trunk/
    1 point
  5. It's quite explicite if you read the configure error : "configure: error: MySQL not found or incompatible" You need libmysqlclient-dev Also you don't need to configure / compile in root, in fact if you do that you'll need to be root to run it or shut it down. Never good to run a server as root.
    1 point
  6. Here CustomCashShop.patch
    1 point
  7. it's a wrong password.. when you are configuring your mysql. did you set the password correctly. try using root as password if if doesn't work.just reinstall your mysql.
    1 point
  8. check the increase headgear view id.
    1 point
  9. Please read this: ../doc/script_commands.txt for function outside npc script, it must use "callfunc"
    1 point
×
×
  • Create New...