Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. On vacation this Dec. 6 ~ 10 :)

  2. Hello sa lahat, Napapansin ko maraming pinoy na humihingi ng tulong, and marami din namang pinoy na nag bibigay ng tulong. Kung gusto nyo ng tulong at hindi mo ma ipaliwanang nang maayos ang problema mo. Bakit hindi ka dito sa Filipino Community mag start ng topic mo? and kung may gusto kayong sabihin, Imungkahit or malaman, wag mag alinlangan na mag post. Tulong na ~ Tabang na ~ Tayo na ~
  3. Update: 1.1 ~ Fixed missing symbols thanks to ossi0110
  4. Mhalicot

    Need help

    ^ di mo nasagot yung tanong ng TS haha, btw thanks sa mga links
  5. Thanks for pointing out, will update it asap
  6. A small example to how it works: - script bla -1,{ end;OnClock0820: addrid(0); if (zeny>20000) set zeny,0; end;} means 08:20 each player who's currently logged in and has more than 20000 zeny would have his money set to 0; Another example: prontera,120,120,2 script bla 120,{ addrid(2000001); set cake,2; dispbottom "soup"; end;} means that if someone talks with that npc, it'd also add the player with the acc_id 2000001 ,set both of their cake variables to 2 and display soup at the bottom of their chatwindow. And a last one: prontera,120,120,2 script bla 120,{ addrid(3,1,getcharid(2)); mes "hey my guild"; close;} means that if someone in a guild talks with that npc , his entire guild as long as they aren't involved in a script currently, get a npcwindow with "hey my guild" Main Link~
  7. Hi, Since its been a month in pull request queue, I convert it to plugins. [script Command] Addrid
  8. File Name: [script Command] addrid File Submitter: Mhalicot File Submitted: 04 Dec 2013 File Category: Plugins Converted to plugins since its been a month in pull request e5d29d7 by Dastgir topic request here HPM addrid complete package. Compatible with Windows System Only if you are using Linux, ignore other files and use only addrid.c Instructions:1. Download and extract files using 7z or any application that can extract it. 2. extract it in your server directory ex: C:/RO Server/Hercules/ 2.1. edit conf/plugins.conf and add addrid 3. Your done. you can now try your plugins /*========================================================================= * Attaches a set of RIDs to the current script. [digitalhamster] * addrid(<type>{,<flag>{,<parameters>}}); * <type>: * 0 : All players in the server. * 1 : All players in the map of the invoking player, or the invoking NPC if no player is attached. * 2 : Party members of a specified party ID. * [ Parameters: <party id> ] * 3 : Guild members of a specified guild ID. * [ Parameters: <guild id> ] * 4 : All players in a specified area of the map of the invoking player (or NPC). * [ Parameters: <x0>,<y0>,<x1>,<y1> ] * Account ID: The specified account ID. * <flag>: * 0 : Players are always attached. (default) * 1 : Players currently running another script will not be attached. *-------------------------------------------------------------------------*/ Quote A small example to how it works: - script bla -1,{ end;OnClock0820: addrid(0); if (zeny>20000) set zeny,0; end;} means 08:20 each player who's currently logged in and has more than 20000 zeny would have his money set to 0; Another example: prontera,120,120,2 script bla 120,{ addrid(2000001); set cake,2; dispbottom "soup"; end;} means that if someone talks with that npc, it'd also add the player with the acc_id 2000001 ,set both of their cake variables to 2 and display soup at the bottom of their chatwindow. And a last one: prontera,120,120,2 script bla 120,{ addrid(3,1,getcharid(2)); mes "hey my guild"; close;} means that if someone in a guild talks with that npc , his entire guild as long as they aren't involved in a script currently, get a npcwindow with "hey my guild" Main Link~ Note: It is compiled already, so don't bother to recompile it. use recompile if you modify the script. If you have any questions feel free to drop a comment. for more info on how to to use HPM visit Here Click here to download this file
  9. Version 1.1

    263 downloads

    Converted to plugins since its been a month in pull request e5d29d7 by Dastgir topic request here HPM addrid complete package. Compatible with Windows System Only if you are using Linux, ignore other files and use only addrid.c Instructions:1. Download and extract files using 7z or any application that can extract it. 2. extract it in your server directory ex: C:/RO Server/Hercules/ 2.1. edit conf/plugins.conf and add addrid 3. Your done. you can now try your plugins /*========================================================================= * Attaches a set of RIDs to the current script. [digitalhamster] * addrid(<type>{,<flag>{,<parameters>}}); * <type>: * 0 : All players in the server. * 1 : All players in the map of the invoking player, or the invoking NPC if no player is attached. * 2 : Party members of a specified party ID. * [ Parameters: <party id> ] * 3 : Guild members of a specified guild ID. * [ Parameters: <guild id> ] * 4 : All players in a specified area of the map of the invoking player (or NPC). * [ Parameters: <x0>,<y0>,<x1>,<y1> ] * Account ID: The specified account ID. * <flag>: * 0 : Players are always attached. (default) * 1 : Players currently running another script will not be attached. *-------------------------------------------------------------------------*/ Quote A small example to how it works: - script bla -1,{ end;OnClock0820: addrid(0); if (zeny>20000) set zeny,0; end;} means 08:20 each player who's currently logged in and has more than 20000 zeny would have his money set to 0; Another example: prontera,120,120,2 script bla 120,{ addrid(2000001); set cake,2; dispbottom "soup"; end;} means that if someone talks with that npc, it'd also add the player with the acc_id 2000001 ,set both of their cake variables to 2 and display soup at the bottom of their chatwindow. And a last one: prontera,120,120,2 script bla 120,{ addrid(3,1,getcharid(2)); mes "hey my guild"; close;} means that if someone in a guild talks with that npc , his entire guild as long as they aren't involved in a script currently, get a npcwindow with "hey my guild" Main Link~ Note: It is compiled already, so don't bother to recompile it. use recompile if you modify the script. If you have any questions feel free to drop a comment. for more info on how to to use HPM visit Here
  10. try to review Orlox guide > [Guide] Documentation about Map & 3D development
  11. These typically get outdated fast... similar to Miruku :S Dead link [*]Miruku (January 09 2013) - http://star-o.net/miruku/ It is the latest and updated torrent so far. Just like what the author said
  12. ^ Update your client upto latest revision and it will be fine.. or if you add modification in that script - AgitEnd; AgitEnd2;+ agitend; agitend2; Im pretty sure you will encounter another error if you did not update that script. note this commit Changed variables, labels, functions, commands to case sensitive.
  13. ^It is updated already upto latest client download the lastest release ver. 3.2
  14. please download the latest release version 2.2
  15. Hi, Replace //shops- cashshop Upper -,19521:100,19517:100,19507:1000,19529:100,19545:100,19547:100,19548:200,19524:100,19537:1000,19573:700,19526:100,19587:300,19549:100,19650:200,19536:140,19535:230,19527:100,19533:260,19544:700,19546:100,19530:230,19538:260,19523:10,19522:250,19543:150,19520:1000,19518:1000,19532:150,19516:1000- cashshop Middle -,19509:100,19550:100,19542:200,19551:100,19525:100,19511:100,19512:100,19510:300- cashshop Lower -,19514:100,19513:100,19553:100,19552:100,19528:100,19541:100,19505:100,19500:100- cashshop Normal Eggs -,969:100- cashshop Custom Eggs -,969:100- cashshop Job Figures -,2767:100,2769:100,2768:100,2771:100,2765:100,2766:100,2770:100 //http://ratemyserver.net/index.php?iname=figure&page=re_item_db&quick=1&isearch=Search- cashshop Angel Sets -,2358:100,5153:100 //Angel's Dress & Angeling Hairpin- cashshop Novice Sets -,5125:100,2420:100,2521:100,2116:100,2355:100 //Angelic Guard[1] , Angelic Protection[1] , Angel's Reincarnation[1] , Angelic Cardigan[1] & Angel's Kiss[1] - cashshop Wizard Sets -,2860:150,15026:150,2468:150,2008:300 //Aqua Staff[2] , Aqua Shoes[1] , Aqua Orb[1] & Aqua Robe- cashshop Ninja Sets -,15055:100,2173:100 //Crescent Wrist Guard[1] & Armor of Nothingness[1] - cashshop Bakunawa Sets -,15051:500,2590:500,2169:500,2491:500 //Kalasag, Nightmare Bangungot Boots, Buwaya Skin Clothes & Bakunawa Scale Armor- cashshop Ranger Sets -,2480:400,2891:400,2581:400,15043:1000 //Black Wing Boots[1] , Black Wing Manteau, Black Wing Brooch & Black Wing Suit[1] - cashshop High Wizard Sets -,15027:200,2009:1000,2861:200,2469:200 //Crimson Staff[2] , Crimson Shoes[1] , Crimson Orb[1] & Crimson Robe- cashshop Captain Sets -,2435:100,2538:100,2377:200 //Elite Engineer Armor[1] , Battle Greaves[1] & Captain's Manteau[1] - cashshop Rebellion Sets -,2437:100,2382:100,2540:100 //Elite Shooter Suit[1] , Battle Boots[1] & Sheriff's Manteau[1] - cashshop Warlock Sets -,2862:200,15028:200,2470:200,2010:1000 //Forest Staff[2] , Forest Shoes[1] , Forest Orb[1] & Forest Robe- cashshop Golden Sets -,2859:200,15025:200,2469:200,2007:1000 //Golden Lord Staff[2] , Golden Lord Shoes[1] , Golden Lord Orb[1] & Golden Lord Robe- cashshop Acolyte Sets -,2436:100,2539:100,2380:100 //Medic's Robe[1] , Combat Boots[1] & Commander's Manteau[1] - cashshop Assasin Sets -,2578:250,2886:250,2478:250,15039:250 //Nab's Shoes[1] , Nab's Hood, Nab's Seal & Nab's Cloth[1] - cashshop Rune Knight Sets -,2476:300,2575:300,15037:900,2884:300 //Pertz Greaves[1] , Pertz Manteau, Pertz Seal[1] & Pertz Plate- cashshop Priest Sets -,15029:100,2569:100,2471:100,1657:300 //Staff of Affection[2] , Affection Shoes, Affection Shawl & Affection Robe- cashshop High Priest Sets -,16013:100,15030:100,2570:100,2472:100 //Judgement Shoes, Judgement Shawl, Judgement Robe & Mace of Judgement[2] - cashshop Sinx Sets -,2577:180,2886:180,2477:180,15038,300 //Sabath Shoes[1] , Sabath Hood, Sabath Seal & Sabath's Cloth[1] - cashshop White Sets -,2479:170,2890:200,2580:130,15042:700 //White Wing Boots[1] , White Wing Manteau, White Wing Brooch & White Wing Suit[1] with //shops- cashshop Upper -,19521:100,19517:100,19507:1000,19529:100,19545:100,19547:100,19548:200,19524:100,19537:1000,19573:700,19526:100,19587:300,19549:100,19650:200,19536:140,19535:230,19527:100,19533:260,19544:700,19546:100,19530:230,19538:260,19523:10,19522:250,19543:150,19520:1000,19518:1000,19532:150,19516:1000- cashshop Middle -,19509:100,19550:100,19542:200,19551:100,19525:100,19511:100,19512:100,19510:300- cashshop Lower -,19514:100,19513:100,19553:100,19552:100,19528:100,19541:100,19505:100,19500:100- cashshop Normal Eggs -,969:100- cashshop Custom Eggs -,969:100- cashshop Job Figures -,2767:100,2769:100,2768:100,2771:100,2765:100,2766:100,2770:100 /* //http://ratemyserver.net/index.php?iname=figure&page=re_item_db&quick=1&isearch=Search *//* Angel's Dress & Angeling Hairpin*/- cashshop Angel Sets -,2358:100,5153:100/* Angelic Guard[1] , Angelic Protection[1] , Angel's Reincarnation[1] , Angelic Cardigan[1] & Angel's Kiss[1] */- cashshop Novice Sets -,5125:100,2420:100,2521:100,2116:100,2355:100/* Aqua Staff[2] , Aqua Shoes[1] , Aqua Orb[1] & Aqua Robe */- cashshop Wizard Sets -,2860:150,15026:150,2468:150,2008:300/* Crescent Wrist Guard[1] & Armor of Nothingness[1] */- cashshop Ninja Sets -,15055:100,2173:100/* Kalasag, Nightmare Bangungot Boots, Buwaya Skin Clothes & Bakunawa Scale Armor*/- cashshop Bakunawa Sets -,15051:500,2590:500,2169:500,2491:500/* Black Wing Boots[1] , Black Wing Manteau, Black Wing Brooch & Black Wing Suit[1] */- cashshop Ranger Sets -,2480:400,2891:400,2581:400,15043:1000/* Crimson Staff[2] , Crimson Shoes[1] , Crimson Orb[1] & Crimson Robe*/- cashshop High Wizard Sets -,15027:200,2009:1000,2861:200,2469:200/* Elite Engineer Armor[1] , Battle Greaves[1] & Captain's Manteau[1] */- cashshop Captain Sets -,2435:100,2538:100,2377:200/* Elite Shooter Suit[1] , Battle Boots[1] & Sheriff's Manteau[1] */- cashshop Rebellion Sets -,2437:100,2382:100,2540:100/* Forest Staff[2] , Forest Shoes[1] , Forest Orb[1] & Forest Robe */- cashshop Warlock Sets -,2862:200,15028:200,2470:200,2010:1000/* Golden Lord Staff[2] , Golden Lord Shoes[1] , Golden Lord Orb[1] & Golden Lord Robe */- cashshop Golden Sets -,2859:200,15025:200,2469:200,2007:1000/* Medic's Robe[1] , Combat Boots[1] & Commander's Manteau[1] */- cashshop Acolyte Sets -,2436:100,2539:100,2380:100/* Nab's Shoes[1] , Nab's Hood, Nab's Seal & Nab's Cloth[1] */- cashshop Assasin Sets -,2578:250,2886:250,2478:250,15039:250/* Pertz Greaves[1] , Pertz Manteau, Pertz Seal[1] & Pertz Plate */- cashshop Rune Knight Sets -,2476:300,2575:300,15037:900,2884:300/* Staff of Affection[2] , Affection Shoes, Affection Shawl & Affection Robe */- cashshop Priest Sets -,15029:100,2569:100,2471:100,1657:300/* Judgement Shoes, Judgement Shawl, Judgement Robe & Mace of Judgement[2] */- cashshop High Priest Sets -,16013:100,15030:100,2570:100,2472:100/* Sabath Shoes[1] , Sabath Hood, Sabath Seal & Sabath's Cloth[1] */- cashshop Sinx Sets -,2577:180,2886:180,2477:180,15038:300/* White Wing Boots[1] , White Wing Manteau, White Wing Brooch & White Wing Suit[1] */- cashshop White Sets -,2479:170,2890:200,2580:130,15042:700 I think its because of this commit Changed variables, labels, functions, commands to case sensitive.
  16. Hi, Kindly check this quest.h and increase your #define MAX_QUEST_DB (60355+1) // Highest quest ID + 1 that is because of this commit Questlog Fix
  17. Update: 1.3 ~ Restriction using @autoatk upon dead and automatic off when died.
  18. ~ 2.0 Update Compilation Compatibility for Hercules rev. 13300
  19. ^try to download it again..
  20. @karasu Based on what malufett quoted so it should be Script: <" sc_start SC_PLUSATTACKPOWER,600000,5; sc_start SC_PLUSMAGICPOWER,600000,5;"> so replace - sc_start SC_INCATKRATE,( .Duration * 1000 ),100;- sc_start SC_INCMATKRATE,( .Duration * 1000 ),100;- sc_start SC_SpeedUp1,( .Duration * 1000 ),0; to + sc_start SC_PLUSATTACKPOWER, ( .Duration * 1000 ),100;+ sc_start SC_PLUSMAGICPOWER, ( .Duration * 1000 ),100;+ sc_start SC_MOVHASTE_INFINITY, ( .Duration * 1000 ),0;
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.