Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/12 in all areas

  1. 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
  2. *NOTE: The following clientside are default settings that allow clients to function properly. They do not contain full translations, just the ones from the svn repository. http://svn6.assembla...n_Project/data/ These clients should be the base to use, since there are many client dates, the main ones I will use are 2010-06-16, 2011-12-28, and 2012-04-10. *NOTE2: If you use any other client, than I probably won’t be able to help. If you have any suggestions or tweaks to add, please PM me. *NOTE3: It’s recommended you install the latest Ragnarok from here if you don’t have one already http://rathena.org/b...enewal-20120605 *NOTE4: The client side files I use will be in lub format *NOTE5: People will say they don’t experience click delay in 2011-03-15, but other players will/may experience as well. So that isn’t a good solution to use these clients. If I forget anything, let me know. *More in-depth guide is in the following PDF - Too much links and diffs suggestions that would fill this topic **All of these setup has been tested and hotkeys, typing, and resolution works, as long as you have them in a clean base ragnarok install, and it's not conflicting with other server data http://supportmii.co...ntSide_Area.pdf Thanks to Ind for going through with my request to push ahead to new client support..It's about time =)
    1 point
  3. its just a simple mall with some of the renewal equipments. Link - http://pastebin.com/6wZNWXSU
    1 point
  4. So here a basic suggestion, back on r16025 I[nd] inserted [Dekamaster/Nightroad] the @accinfo with geoip thing. may we had a #ifdef GEOIP or something similar to choose wheter to activate this or not ? I have no doubt it may be a great tool but I'm not interested and it's harder to see what's needed for this mod or not wihout.
    1 point
  5. explain how your script work and what it does... i cant understand what your script doing without a translated version .. but i prefer you tell me what it does..xD
    1 point
  6. Im a super Noob @ scripting. But if I would look for something like that, I would check the Seal 3 Quest cause I know a similar system you are looking for is used there.
    1 point
  7. well you can try do it in a way like this http://upaste.me/bbf5496ff8bc726 use prompt...and close2 ( my prefer way ) prompt() able to detect if the users click on "Cancel" button. close2 still able to run a script even though message of npc is closed. i use .Variable$ to store users name i use OnPCLogoutEvent to remove the Variable if the variable saved is user's name
    1 point
  8. Just a Tip: Add a npctimer that automatically resets the variable after an set amount of time, for example 120 seconds just in case someone talks to the npc and disconnects before he end the conversation. Otherwise, if someone does this the npc will be unuseable till next maintenance! Edith says: That awkward moment when you realize that your Tip is the Solution xD
    1 point
  9. The image hosting website is very slow.. Thank you for the images, though.
    1 point
  10. prt_fild08,54,59,4 script Спасенный маг::norm_mage 937,{ mes "^00aa00[Спасенный маг]^000000","Наконец то я свободен!"; close2; initnpctimer; end; OnTimer60000: hideonnpc "norm_mage; end; }
    1 point
  11. @Emistry: The chances are actually 1%, 2% and 7% for your code. The else if makes sure that lower numbers are already counted for. For 1%, 3% and 10%, you should set them to "< 1", "< 4" and "< 14".
    1 point
  12. I am happy to announce that the Fishing Map got finally released! Like any other Map & Script you can find the Downloads on my Wordpress Site. Link: *Click me* If there are any others, pls report them and I will fix them ASAP. Enjoy my releases~ ----- @Script Due to some Bugs I had to delay them. I should be able to put them live & downloadable by June the 20th. I apologize for that!
    1 point
  13. First of all put the .spr and .act in data/sprite/npc/ Then go to lua files/datainfo/jobname.lua Let's consider you have for example f_npcname.spr and .act Then at the end add: [jobtbl.JT_f_npcname] = "f_npcname", Then open lua files/datainfo/npcidentity.lua and add at the end: ["JT_f_npcname"] = 658, Why 658? Well there's a gap between 658 and 699 so that way you wont need to replace another npc with your custom one. But still, the ID is up to you, wether you want to replace another one or not, it's fine as long as the ID doesn't go over 999. And that's all, if you've done all that then #658 will be your new npc.
    1 point
  14. Take this one I made as example: - script Setcell#func -1,{ OnInit: setcell "dellar",96,119,107,102,cell_novending,1; setcell "dellar",76,103,121,34,cell_novending,1; setcell "dellar",54,95,132,32,cell_novending,1; setcell "dellar",145,97,76,34,cell_novending,1; setcell "dellar",144,150,120,102,cell_novending,1; setcell "dellar",62,149,84,101,cell_novending,1; setcell "dellar",88,126,96,118,cell_novending,1; setcell "dellar",112,126,119,117,cell_novending,1; end; } This disables vending across the map except for the red zones:
    1 point
  15. Examples: setcell "arena",0,0,300,300,cell_basilica,1; setcell "arena",140,140,160,160,cell_basilica,0; setcell "arena",135,135,165,165,cell_walkable,0; setcell "arena",140,140,160,160,cell_walkable,1; From const.txt: cell_walkable 0 cell_shootable 1 cell_water 2 cell_npc 3 cell_basilica 4 cell_landprotector 5 cell_novending 6 cell_nochat 7
    1 point
×
×
  • Create New...