Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/10/14 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. new_1-1,57,116,4 script Hein 90,{ set .@n$, "[Seyra]"; setarray .@rwd[0],12211,10,12263,10,12210,5,7621,10; // Rewards: <item id>,<item amount> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes .@n$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); close2; set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) getitem .@rwd[.@i], .@rwd[.@i+1]; save("prontera", 155, 181); warp "prontera", 155, 181; end; OnInit: waitingroom "Newbie Gift!",0; end; }
    1 point
  3. Strange...Tell me some information: 1. Give the link as to where you got your thor patcher 2. Post your full config file in a codebox 3. Are you running anything other than the config generator?
    1 point
  4. Voce tem que olhar na source do seu emulador se a versao bate com o hexed ( vou ficar devendo o nome do arquivo ) se o clientinfo tem a mesma version do seu emulador, e no arquivo Packet_db dentro da pasta db, voce tem que se esta tudo ok no packet_db logo no inicio vai ter //packet_db_ver: 46 packet_db_ver: default tenta fazer o inverso packet_db_ver: 46 //packet_db_ver: default Voce ainda pode, tentar achar a versao pela data do seu hexed, vamos supor que o seu hexed seja um Ragexe 2013-06-26, entao abaixando no arquivo, apertando CTRL+F e digitando 2013, voce vai procurar ate achar a data do seu hexed, no caso 2013-06-26 no arquivo voce vai achar algo tipo isso: //2013-06-26Ragexe packet_ver: 41 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x094D,5,changedir,2:4 ... O que interessa esta em vermelho, descobrimos que o ragexe 2013-06-26, eh packet_ver:41, entao voce volta la pro inicio do arquivo //packet_db_ver: 46 packet_db_ver: default e deixa assim packet_db_ver: 41 //packet_db_ver: default Nao lembro se eh assim, mas acho que vai funcionar
    1 point
  5. Thank you @KamiShi you've made my words and effort on them worth <3 haha If you get those download and register buttons working really cool. I will buy them as soon as possible =)!
    1 point
  6. - script auto_job -1,{ OnPCBaseLvUpEvent: OnPCJobLvUpEvent: if ( BaseLevel != 99 || JobLevel != 50 ) end; if ( roclass(eaclass()|EAJL_UPPER) != -1 ) jobchange Job_Novice_High; }
    1 point
  7. Hello there!~ I was wondering how I can apply the night mode on my custom map? Like when its night on the whole server, it's still day mode on the Customs maps :/ Do I have there to change something in BrowEdit? Or maybe do even two whole diffrent maps? Greets Alice
    1 point
×
×
  • Create New...