Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/25/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
    2 points
  2. All headgear official bRO, cRO, euRO, fRO, idRO, iRO, jRO mysgRO, twRO, tRO Update November 2022 Headgear November 2022.7z Iclude list and miss headgear
    1 point
  3. My 2-teams battleground (5vs5) based idea: At the center of the map, will be a Fort, with an Emperium (fortified). The objective of the groups is to gain control of the Fort (destroying the Emperium) and remains with the Fort for 10 minutes. If the team remains with the Fort for 10 minutes, they win. It's complicated to gain control of the Fort, the Emperium will cause massive damage around it (5x5 cells, attack 300~1000, 1 attack per second, only on enemies). Each team has a Minor Fort, that create monsters to help. Created monsters has a view area of entire map and will attack the first enemy at sight (including the Emperium or enemy monsters). Staying near of your Minor Fort, it will recover 10% of HP and SP per second and if someone dies, they will be warped to their Minor Fort and can't move for (BaseLevel / 3) seconds. If someone go to the enemy's Minor Fort, they will receive massive damage (9999 per second). Map: bat_c01 (a copy) Example: Emperium: Vit 5, Int 80, Def 50, MDEF 70, massive damage around 5x5 cells with an attack of 300~1000, 1 attack per second, 600.000 HP, holy, angel, large. Spawned monsters: Zenorc sprite, Vit 1, Int 50, Str 50, Attack 200~500, 2 attacks per second, Bash, Heal ~1500 (heal allies, like Drosera), Meteor Assault, change target, holy, medium, angel, 5.800 HP.
    1 point
  4. this kind of script can eats up quite some variable space as we only have 256 permanent player variable limitations if I'm doing this, I'll use this as a bit-masking to save more variable space prontera,157,173,5 script Login Settings 100,{ .@npcname$ = "["+ strnpcinfo(1) +"]"; // dispbottom atcommand_login +""; // debugging mes .@npcname$; mes "Hello, "+strcharinfo(0); mes "What setting do you want to change?"; next; for ( .@i = 0; .@i < .total; .@i++ ) .@menu$ = .@menu$ + .atname$[.@i] +"["+( ( atcommand_login & 1 << .@i )? "^00BB22On^000000" : "^FF2200Off^000000" )+"]:"; .@s = select( .@menu$ ) -1; mes .@npcname$; mes "Status: "+( ( atcommand_login & 1 << .@s )? "^00BB22On^000000" : "^FF2200Off^000000"); next; mes .@npcname$; if ( select( "I want to "+( ( atcommand_login & 1 << .@s )? "^FF2200disable^000000": "^00BB22enable^000000" )+" it", "Nothing" ) == 2 ) { mes "See ya."; close; } if ( atcommand_login & 1 << .@s ) { mes .atname$[.@s] +" is now ^FF2200Off^000000."; atcommand "@"+ .atcommand$[.@s] +" off"; } else { mes .atname$[.@s] +" is now ^00BB22On^000000."; atcommand "@"+ .atcommand$[.@s] +( ( .@s == 1 )? " on": "" ); } atcommand_login = atcommand_login ^ 1 << .@s; close; OnPCLoginEvent: if ( !atcommand_login ) end; for ( .@i = 0; .@i < .total; .@i++ ) { if ( atcommand_login & 1 << .@i ) { atcommand "@"+ .atcommand$[.@i] +( ( .@i == 1 )? " on": "" ); dispbottom .atname$[.@i] +" is now On"; } } end; OnInit: setarray .atname$, "Autoloot", "Main Chat", "@NoAsk"; setarray .atcommand$, "autoloot", "main", "noask"; .total = 3; end; } also your script has a bug the main chat can only enable by @main on | off using just @main will ask for the user to input some strings in order to announce something
    1 point
  5. http://pastebin.com/tKbi8wLN
    1 point
  6. would you please send some to me? my stomach started grumbled when I saw the title.. the pictures.
    1 point
  7. Did you open port 80 ? w/c is for web.
    1 point
×
×
  • Create New...