Jump to content

GM.PiXeL

Members
  • Content Count

    56
  • Joined

  • Last visited

Everything posted by GM.PiXeL

  1. Thanks, Maligayang Pasko! =))
  2. Hi, Can somebody check this script : - script LMS#disable -1,{OnInit:disablenpc "Mr. Banker";disablenpc "All Job Manager";end;}- script LMS -1,{OnMinute52:// Edit this to what ever you want. note : OnClock0000 is 12 midnight and OnClock1200 is 12 Noongoto startlmsevent;startlmsevent:pvpoff "guild_vs5";announce "Mr. Manager: The Last Man Standing event will be starting shortly.",0;sleep2 5000;announce "Mr. Manager: Those who want to play, please proceed to Prontera and Register.",0;sleep2 5000;announce "Mr. Manager: After 1 Minute the Registration will close.",0;enablenpc "All Job Manager";initnpctimer;end;OnTimer30000:pvpoff "guild_vs5";announce "Mr. Manager: Last 30 seconds.",0;sleep2 5000;announce "Mr. Manager: If you want to join please Register in Prontera.",0;end;OnTimer50000:pvpoff "guild_vs5";announce "Mr. Manager: Last 10 seconds.",0;end;OnTimer55000:pvpoff "guild_vs5";announce "Mr. Manager: 5.",0;end;OnTimer56000:pvpoff "guild_vs5";announce "Mr. Manager: 4.",0;end;OnTimer57000:pvpoff "guild_vs5";announce "Mr. Manager: 3.",0;end;OnTimer58000:pvpoff "guild_vs5";announce "Mr. Manager: 2.",0;end;OnTimer59000:pvpoff "guild_vs5";announce "Mr. Manager: 1.",0;end;OnTimer60000:pvpoff "guild_vs5";announce "Mr. Manager: Time's up.",0;end;OnTimer61000:pvpoff "guild_vs5";disablenpc "All Job Manager";donpcevent "Mr. Banker::OnEnable";stopnpctimer;end;}//---------All Job Registration---------------deuces,87,50,5 script All Job Manager 106,{mes "[Mr. Manager]";mes "Hello What can I do for you?";next;menu "Register",-,"What is LMS?",what,"Leave",leave;next;mes "[Mr. Manager]";mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!";warp "guild_vs5",0,0;end;what:mes "[Mr. Manager]";mes "LMS is also known as Last Man Standing Event";next;mes "[Mr. Manager]";mes "LMS is also like a PvP.";mes "The only difference is at LMS you will get 50 HPRO Point if you are the Last Man Standing at the arena.";next;mes "[Mr. Manager]";mes "That's all";close;leave:mes "[Mr. Manager]";mes "I hope you will register next time";close;}//--------------------------//--------------------------guild_vs5,49,49,6 script Mr. Banker 56,{mes "[Banker]";mes "Congrats. You've won.";next;announce "Mr. Manager: We have a winner! well done "+strcharinfo(0)+".",0;getitem 7227,5; // Change This item id to what ever you want . item id,amountdispbottom "You Received 5x TCG Card for winning the LMS Event.";mes "You will return now";warp "deuces",86,51;disablenpc "Mr. Banker";close;end;OnEnable:mapannounce "guild_vs5","Mr. Manager:The Last Man Standing Event will start shortly",0;sleep2 5000;mapannounce "guild_vs5","Mr. Manager:But before we start this is just a few reminders..",0;sleep2 5000;mapannounce "guild_vs5","Mr. Manager:Using Cloaking , Hiding is strictly not allowed..",0;sleep2 5000;mapannounce "guild_vs5","Mr. Manager: Only the Last Man Standing will win this event!!",0;sleep2 5000;mapannounce "guild_vs5","Mr. Manager: What are we waiting for?..Let's Get Ready to Rumble!!...",0;sleep2 5000;goto L_Start;end;L_Start:if(getmapusers("guild_vs5") == 1) goto L_Champ;if(getmapusers("guild_vs5") == 0) goto L_None;if(getmapusers("guild_vs5") > 1) {mapannounce "guild_vs5","Mr. Manager: Get ready at the count of 5 we will start!....",0;sleep2 5000;mapannounce "guild_vs5","Mr. Manager: 5",0;sleep2 5000;mapannounce "guild_vs5","Mr. Manager: 4",0;sleep2 4000;mapannounce "guild_vs5","Mr. Manager: 3",0;sleep2 3000;mapannounce "guild_vs5","Mr. Manager: 2",0;sleep2 2000;mapannounce "guild_vs5","Mr. Manager: 1",0;sleep2 1000;pvpon "guild_vs5";goto timer;end;}timer:initnpctimer;end;OnTimer1000:end;OnTimer1100:if(getmapusers("guild_vs5") == 1) goto L_Champ;if(getmapusers("guild_vs5") > 2) goto timer;if(getmapusers("guild_vs5") == 2) goto champ;stopnpctimer;end;champ:announce "Mr. Manager: Last 2 Brave warriors are still alive!",0;sleep2 10000;if(getmapusers("guild_vs5") == 1) goto L_Champ;if(getmapusers("guild_vs5") > 1) goto timer;end;L_Champ:mapannounce "guild_vs5","Mr. Banker: Please talk to me to get your prize..",0;pvpoff "guild_vs5";enablenpc "Mr. Banker";end;L_None:disablenpc "Banker";pvpoff "guild_vs5";end;}//----- Die = warp prt ------ script Killa_warp -1,{OnPCDieEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="guild_vs5") { set #kill_point, 0; announce ""+strcharinfo(0)+" died, and out of the game!.",bc_all; warp "deuces",0,0; end; }OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="guild_vs5") { set #kill_point,#kill_point+1; if ( #kill_point % 4 == 0) { announce ""+strcharinfo(0)+" have made 4 Consecutive Kills!!He will be granted an item",bc_all; getitem 607, 50; end; } }}// == Mapflagsguild_vs5 mapflag nowarpguild_vs5 mapflag nowarptoguild_vs5 mapflag noteleportguild_vs5 mapflag nosaveguild_vs5 mapflag nomemoguild_vs5 mapflag nobranchguild_vs5 mapflag pvp_noparty Problem : Whenever the players are warped inside guild_vs5, even if the countdown timer before the pvpon start, they can hit each other immediately. I want it pvpoff first and then when The Countdown (5,4,3,2,1) ended. it will pvpon. Thanks in advance
  3. did you note what author said? I read it and did it. but nothing happen. The ClassNum field still is "0" zero.
  4. Me too, i really need one. I already use the converter (@rathena) the problem is the ClassNum field.
  5. git clone -b master --single-branch https://github.com/HerculesWS/Hercules Im using tortoise SVN.
  6. for more mapflag info visit here. how about prontera ( skill disable ) storm gust ( is this possible? ) yes, this is possible. go to db/re(pre-re)/map_zone_db.conf search for : name: "Towns" under it you will see : disabled_skills: { add storm gust in there.
  7. Hi Hercules, I have a custom cards to be placed on "costume equipment". there are cards for upper,middle, and lower. I wanted to have an npc that decard (remove the card) it. No failures , No service fee. Thanks.
  8. add_str change it to script->add_str http://herc.ws/board/topic/1856-solved-koe-patch/
  9. how to checkout only the master branch. not all branches?
  10. Site : http://ziu-ro.blogspot.com/2013/11/conferencia-ragnarok-online-2014-rwc.html
  11. Still errors: // Error parsing: 28153,Light_STR_Brooch,Light_STR_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bStr,15; bonus bMdef,7; },{},{}// Error parsing: 28154,Light_AGI_Brooch,Light_AGI_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bAgi,15; bonus bMdef,7; },{},{}// Error parsing: 28155,Light_VIT_Brooch,Light_VIT_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bVit,15; bonus bMdef,7; },{},{}// Error parsing: 28156,Light_INT_Brooch,Light_INT_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bInt,15; bonus bMdef,7; },{},{}// Error parsing: 28157,Light_DEX_Brooch,Light_DEX_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bDex,15; bonus bMdef,7; },{},{}// Error parsing: 28158,Light_LUK_Brooch,Light_LUK_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bLuk,15; bonus bMdef,7; },{},{}// Error parsing: 28159,Light_OP_Brooch,Light_OP_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bAllStats,10; bonus bMdef,7; },{},{}// Error parsing: 28160,Dark_STR_Brooch,Dark_STR_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bStr,15; bonus bMdef,7; },{},{}// Error parsing: 28161,Dark_AGI_Brooch,Dark_AGI_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bAgi,15; bonus bMdef,7; },{},{}// Error parsing: 28162,Dark_VIT_Brooch,Dark_VIT_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bVit,15; bonus bMdef,7; },{},{}// Error parsing: 28163,Dark_INT_Brooch,Dark_INT_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bInt,15; bonus bMdef,7; },{},{}// Error parsing: 28164,Dark_DEX_Brooch,Dark_DEX_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bDex,15; bonus bMdef,7; },{},{}// Error parsing: 28165,Dark_LUK_Brooch,Dark_LUK_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bLuk,15; bonus bMdef,7; },{},{}// Error parsing: 28166,Dark_OP_Brooch,Dark_OP_Brooch,30000,,100,,0,,0,0xFFFFFFFF,7,2,136,,20,0,0,{ bonus bAllStats,10; bonus bMdef,7; },{},{}
  12. Hi hercules, I used this: http://haru.ws/hercules/itemdbconverter/ I have this problem when converting my old item db to the new overhauled item db conf. Here's the error: ******************************************************************************/// Error parsing: 30250,Costume_Beer_Hat,Costume_Beer_Hat,5, 100000,,10, ,10,,1,0xFFFFFFFF,7,2,1024,,0,1,418,{},{},{}// Error parsing: 30251,Costume_Bell_Ribbon,Costume_Bell_Ribbon,5, 100000,,10, ,10,,1,0xFFFFFFFF,7,2,1024,,0,1,388,{},{},{}// Error parsing: 30252,Costume_Black_Tea_Kochakaden_Hat,Costume_Black_Tea_Kochakaden_Hat,5, 100000,,10, ,10,,1,0xFFFFFFFF,7,2,1024,,0,1,428,{},{},{}// Error parsing: 30253,Costume_Bunny_Top_Hat,Costume_Bunny_Top_Hat,5, 100000,,10, ,10,,1,0xFFFFFFFF,7,2,1024,,0,1,384,{},{},{}// Error parsing: 30254,Costume_Chick_Hat,Costume_Chick_Hat,5, 100000,,10, ,10,,1,0xFFFFFFFF,7,2,1024,,0,1,311,{},{},{}// Error parsing: 30255,Costume_Chicken_Hat,Costume_Chicken_Hat,5, 100000,,10, ,10,,1,0xFFFFFFFF,7,2,1024,,0,1,432,{},{},{})
  13. Download this first : http://www.mediafire.com/download/aflylbhblrzpz0h/GRF+Editor+v1.3.4.zip Then refer to the images below.
  14. GM.PiXeL

    Reduce MATK

    Hi hercules, Matk is so powerful in my server. How to Reduce MATK from 100% to 80% Thanks in Advance.
  15. I think he's referring to this: when a player have 300 Luk. The max duration of freeze to him will only last for 2 seconds. ex. Player B = H,Wiz Player A = player with 300 LUK Player B casts storm gust to Player A. Player A got freeze. After 2 seconds freeze from Player A removed.
  16. Can anyone got this kind of script? Or If anyone can make some script like this? Information : • 5v5 Party vs Party • 5 players each party. • Only One NPC Queue • The Party Leader will choose whether he's on Red Side or in Blue Side • If he chose Red Side, all of his partymates including himself will turn @ccolor 230. • If he chose Blue Side, all of his partymates including himself will turn @ccolor 350. • If the Red Side is taken. automatically the other team will be registered in the Blue Side. (vice versa) • If after 2 minutes and they have no opponent it will disband. The NPC will broadcast "The Party War is disbanded due to lack of team." • If both party is registered and have a total of 5 players each. They Will warped to guild_vs5. • It will have 5 Seconds Countdown before they can move. • Prize for the Winning Party : 10pcs TCG (7227) • Map : guild_vs5 • Red Side = Left Side • Blue Side = Right Side • Players may join anytime. • In order to win, they will need to eliminate all members.
  17. Hi Hercules, Can someone teach me how to make tarot card always successful.? i mean it will never failed ("Skill Failed") Thanks.
  18. Go to 'src/common/mmo.h' Find : #define MAX_GUILD 16+10*6 // Increased max guild members +6 per 1 extension levels [Lupus] This means : 16 + 10(guild extenstion level) x6 So Total of : 16 + 60 = 76 Guild Members. to Make it 40 : Change it to : #define MAX_GUILD 10+5*6 or simply #define MAX_GUILD 40
×
×
  • Create New...

Important Information

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