Jump to content

Ernest90

Members
  • Posts

    46
  • Joined

  • Last visited

Everything posted by Ernest90

  1. i have cash item food issue , the food is last 30 minute and if die it wont gone. The problem is there is a delay which need to wait for 1-2 minutes only can eat. Anyone know how to solve it at src?
  2. 3. it's a client modification what is your client date? 20090603 4. 4. it is official hallucination status are now turning the screen upside-down where to remove?
  3. How to do automated every 1 hour the event start? //===== eAthena/rAthena Script ======================================= //= Run for Your Life //===== By: ================================================== //= Mysterious //===== Current Version: ===================================== //= 2.6 //===== Compatible With: ===================================== //= eAthena or rAthena SVN //===== Description: ========================================= //= A Run for your Life event (Based for Novices) //===== TODO: ================================================ // - Change more coding //===== Additional Comments: ================================= //= v1.0 - First release [Mysterious] //= v2.0 - Overhaul of Entire Script [Mysterious] //= v2.1 - Fixed Sentence structures [Mysterious] //= v2.2 - Fixed a Typo and made it obvious what players had to change [Mysterious] //= v2.3 - Removed unnecessary 'next;' thanks to soUPas [Mysterious] //= v2.4 - Fixed an issue where the prize giver was showing up when not supposed to [Mysterious] //= v2.5 - Added Friendly Messages [Mysterious] //= v2.6 - Removed duplicated OnInIt labels [Mysterious] //============================================================ // Mapflags for the Map quiz_01 mapflag nowarpto quiz_01 mapflag nowarp quiz_01 mapflag noteleport quiz_01 mapflag nomemo quiz_01 mapflag nosave SavePoint quiz_01 mapflag nobranch quiz_01 mapflag noicewall quiz_01 mapflag nopenalty quiz_01 mapflag nobranch quiz_01 mapflag noexp quiz_01 mapflag noreturn quiz_01 mapflag pvp_noparty quiz_01 mapflag restricted 1 - script RFYL#disable -1,{ OnInit: disablenpc "Zombie Master"; disablenpc "Present For You"; } prontera,158,156,3 script Zombie Minion 1015,{ if (getgmlevel() >= 40) goto LMS_Admin; mes "[Minion]"; mes "Hello " + strcharinfo(0) + ", my master is busy."; mes "*sigh*"; close; LMS_Admin: mes "[Minion]"; mes "Hello " + strcharinfo(0) + ", would you like me to call my Boss?"; mes "He is the only one who can start it!"; menu "- Start Event",M_RFYL,"- Spectate",M_warp,"- End Event",M_EndEvent,"- No Thanks",M_Leave; M_RFYL: next; mes "[Minion]"; mes "Hold on while I call my master."; close2; set $@offvar,1; goto StartEvent; M_warp: next; mes "[Minion]"; mes "Very well, I will warp you to the map!"; warp "quiz_01",42,369; close; M_Leave: next; mes "[Minion]"; mes "Ok " + strcharinfo(0) +"! Please come back after."; close; M_EndEvent: next; mes "[Minion]"; mes "Ok master, I will stop the event for you right away!"; next; set $@offvar,1; disablenpc "Zombie Master"; disablenpc "Present For You"; killmonsterall "quiz_01"; areawarp "quiz_01",10,10,450,450,"rachel",120,135; stopnpctimer; disablenpc "Zombie Minion"; warp "rachel",120,135; sleep 180000; enablenpc "Zombie Minion"; StartEvent: // Announcement to notify all players announce "Zombie Vs. Novice event Will begin in 3 minutes. Head East/North",0; killmonsterall "quiz_01"; sleep 55000; announce "Zombie Vs. Novice event will begin in 2 minutes! Head East/North",0; sleep 5000; announce "Zombie Master: I have now appeared in Rachel!",0; enablenpc "Zombie Master"; sleep 60000; announce "Zombie Vs. Novice event will begin in 1 minute!",0; sleep 30000; mapannounce "quiz_01","In 30 seconds the zombies will spawn!",0; sleep 25000; announce "Zombie Vs. Novice event will begin in ~5~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~4~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~3~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~2~",0; sleep 1000; announce "Zombie Vs. Novice event will begin in ~1~",0; sleep 1000; announce "Zombie Vs. Novice event has now begun!",0,0x00FF00; disablenpc "Zombie Master"; //disablenpc "Present For You"; <-- Not sure why this was needed? //Round 1 sleep 10000; monster "quiz_01",42,369,"Zombie",1015,1; sleep 10000; monster "quiz_01",42,369,"Zombie-2",1015,1; sleep 10000; monster "quiz_01",42,369,"Zombie-3",1015,1; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 55000; mapannounce "quiz_01","Round 2!",0; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 55000; monster "quiz_01",42,369,"Zombie-4",1015,1; mapannounce "quiz_01","Round 3!",0; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 55000; monster "quiz_01",42,369,"Zombie-4",1015,1; mapannounce "quiz_01","Round 4!",0; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 55000; monster "quiz_01",42,369,"Zombie-4",1015,1; mapannounce "quiz_01","Round 5!",0; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 55000; monster "quiz_01",42,369,"Zombie-4",1015,1; mapannounce "quiz_01","Round 6!",0; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 55000; monster "quiz_01",42,369,"Zombie-4",1015,1; mapannounce "quiz_01","Round 7! Final Round!",0; sleep 10000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 20000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 30000; monster "quiz_01",42,369,"Zombie-4",1015,1; sleep 40000; monster "quiz_01",42,369,"Zombie-4",1036,1; sleep 50000; monster "quiz_01",42,369,"Zombie-4",1036,1; sleep 60000; monster "quiz_01",42,369,"Zombie-4",1015,1; initnpctimer; end; OnTimer0500: if ( getmapusers("quiz_01") == 0 ) { killmonsterall "quiz_01"; announce "RFYL Event: Event has ended. No one has joined.",0; stopnpctimer; end; } else if ( getmapusers("quiz_01") > 1 ) { mapannounce "quiz_01",getmapusers("quiz_01") +" has survived the event.",0,0x00FF00;; initnpctimer; end; } initnpctimer; end; OnPCDieEvent: getmapxy .@mapnvz$,.@xnvz,.@ynvz,0; if ( .@mapnvz$ == "quiz_01") { sleep2 1; warp "rachel",120,135; atcommand "@alive "+ strcharinfo(0); dispbottom "Sorry, but you were killed."; } sleep2 0500; if ( .@mapnvz$ == "quiz_01" && getmapusers("quiz_01") == 1 ) { killmonsterall "quiz_01"; mapannounce "quiz_01","You have won, approach the Present For You NPC please.",0; enablenpc "Present For You"; stopnpctimer; end; } end; } quiz_01,42,378,3 script Present For You 72,{ mes "[Present For You]"; mes "Please tell me your name."; next; input .@name$; if(.@name$ != strcharinfo(0)) { mes "[Present For You]"; mes "Are you sure that is your name?"; close; } mes "[Present For You]"; mes "Congrats. You've won."; close2; announce "Present For You: We have a winner! "+.@name$+" has won the Novice vs Zombie event!",0; getitem 7539, 1; // Change This item id to what ever you want warp "prontera",155,179; disablenpc "Present For You"; end; } prontera,164,156,5 script Zombie Master 1298,{ if (BaseLevel > 1) goto L_ClassLevel; //Change '1' to your desired level if (class == 0) goto L_Event; //Checks if the player is a Novice, if so, proceeds into the event. if (class > 0) goto L_ClassLevel; //Checks if the Player is NOT a Novice. If they aren't, they are not allowed to participate. L_Event: mes "[ ^0000FFZombie Master^000000 ]"; mes "You wish to participate the Zombie Vs. Novice event?"; next; switch(select("- Yes","- No")) { case 1: sc_end SC_ALL; percentheal 100,100; warp "quiz_01",42,369; end; break; case 2: next; mes "[ ^0000FFZombie Master^000000 ]"; mes "Come back when your ready."; close; break; L_ClassLevel: mes "[ ^0000FFZombie Master^000000 ]"; mes "Sorry, but it seems you are not a Novice and Level 1."; close; } } RFYL.txt.txt
  4. Anyway to remove " it is official hallucination status are now turning the screen upside-down " ? How to check client date?
  5. 1. Guild skills great leadership , wounds of glory , soul of cold , sharp hawk eyes . This 4 skills why doesnt add on Guild leader stat? ( FIXED ) 2. How to change Byourge spawn his slave time , slave : Bow guardian and Sword guardian? 3. My server when champion cast crit explosion , how to stop the screen shake? 4. I not sure other server have this issue , player killing baphomet and they kena curse and player screen go upside down. any idea to fix it? 5. isit Homonuclus envolve take so long to loyal? neeed few days? Really need this help , and appreciate for the helps guys.
  6. rAthena Version SVN : r 17704 The picture you show me is fine with guild member , but guild leader dont receive +5 stats outside the map.
  7. Great leadership , wounds of glory , soul of cold , sharp hawk eyes, Player unable to get extra stats after they pump the guild skill , i checked everything still not worknig . need hlp! // Emergency Recall Guild Skill setting (add as appropriate). // Note that for the skill to be usable at all, // you need at least one of 1/2 and 4/8 // 1: Skill is usable outside of woe. // 2: Skill is usable during woe. // 4: Skill is usable outside of GvG grounds // 8: Skill is usable on GvG grounds //16: Disable skill from "nowarpto" maps // (it will work on GVG castles even if they are set to nowarpto, though) emergency_call: 11 // Guild Aura Skills setting (add as appropriate). // (This affects GD_LEADERSHIP, GD_GLORYWOUNDS, GD_SOULCOLD and GD_HAWKEYES) // Note that for the skill to be usable at all, // you need at least one of 1/2 and 4/8 // 1: Skill works outside of woe. // 2: Skill works during woe. // 4: Skill works outside of GvG grounds // 8: Skill works on GvG grounds //16: Disable skill from affecting Guild Master guild_aura: 31 Really need it be solve
  8. Ernest90

    Guild NPC

    I trying to search around and cant really find the script i need. Hope someone could help me out. my request is when WOE Time there is a certain base those buffer npc will auto come out. Example : WOE Time is 10PM so Waper / Buffer will auto appear in certain map. After WOE ends the NPC will gone. thansk thanks if got ~
  9. Ernest90

    Food Edit

    You can duplicate the item first when you want to make custom stat food. Please take a look in HERE 1: About on editing it... You just simply edit it on item_db or where the description of those duplicate item been writing on. 2: That gonna need src modification Please take a look in HERE Good Luck doin that. ^ ^ Hi checkmate thanks for the info , but i try the cash item like they mention and i went to item_delay and put it 0 . i dont know why still have delay. any idea to solve it
  10. Ernest90

    MVP Cards

    thank you for everyone reply over here and very appreicate . I just edit some certain mvp only.
  11. Ernest90

    MVP Cards

    sorry guys for my bad english . Player use commands @Mi angeling , angeling card 0.01% but until my script is unable to drop the card. Means MVP Card cant be drop but can seen via @mi 0.01%
  12. Ernest90

    MVP Cards

    Hi , Anyone have idea To "remove mvp Card" , example player @mi golden thief bug which is 0.01% , but actually after scripting is unable to drop. Thanks for the help and appreicate for the reply
  13. Ernest90

    Food Edit

    anyone have any idea to edit food ? example food last for 30 minute , and players die and the food wont be gone. appreciate for the help.
  14. Hi All , I tried to edit my guild aura effect at conf/battle/skill.conf which still don't have any effect on it. anyone have any idea? Player making own guild cant get guild stat.
  15. yea thx a lot .. is fixed..
  16. i not sure i asking in the correct thread , if yes im sorry, My server dont have SM quest , any one have an idea where to get it?
  17. what program to edit the iteminfo.lub? sorry new here .
  18. Hi anyone could help me out for item description? i change the effect for the items,but when i right click on the item effect doesnt change. any guide or helper could help out. appreciate for the help. thxx
×
×
  • Create New...