Jump to content

ADM Francixs

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ADM Francixs

  1. rathena, pano po ba mag ayusin mapflag gusto ko kasi yung di na makakagamit ng deadbranch sa mga city, at gusto ko din sana na wala ng makakagamit ng bwing,teleport,warp sa pvp room. please pa help naman po
  2. pa help naman ako dito.hindi ko kasi mapagana. //============================================================ prontera,150,193,4 script Reset Girl 124,{ // Skills, Stats, Both, Limit set .@Reset, 5000, 5000, 9000, 1; mes "[Reset Girl]"; if(.@Reset[3] && reset_limit > .@Reset[3]) { mes "Sorry you can only reset "+.@Reset[3]+" time in your life."; close; } mes "I am the Reset Girl."; mes "Reset Stats: "+ callfunc("F_InsertComma",.@Reset[1]) +"z"; mes "Reset Skills: "+ callfunc("F_InsertComma",.@Reset[0]) +"z"; mes "Reset Both: "+ callfunc("F_InsertComma",.@Reset[2]) +"z"; mes "Please select the service you want:"; next; set .@i,(select("^FF3355Reset Skills:Reset Stats:Reset Both^000000:Cancel")); if(.@i > 3) close; mes "[Reset Girl]"; if (Zeny < .@Reset[.@i-1]) { mes "Sorry, you don't have enough Zeny."; close; } if(.@Reset[3]){ mes "You can only reset "+.@Reset[3]+" time in your life, are you sure?"; if(select("Let me think:Thats fine") == 1) close; } set Zeny, Zeny-.@Reset[.@i]; if(.@i&1){ sc_end SC_ALL; ResetSkill; } if(.@i&2) ResetStatus; mes "There you go!"; if(.@Reset[3]) set reset_limit,reset_limit + 1; close; }
  3. sir resetnpc not working.please help
  4. Hi Rathena, can someone help me to make an Reset NPC stat and skills. i want to make it 1 time reset only.like if the player reset their skills and stat.they cannot reset again. please help me. Please Please Please BUMP BUMP
  5. 7Kings Ragnarok Online !!

  6. 7Kings Ragnarok Online

  7. i already fix this. so here are the scripts. yoona hope it helps you.thanks for quoting me - script LMS#disable -1,{ OnInit: disablenpc "Mr. Banker"; disablenpc "All Job Manager"; end; } sec_pri,27,38,4 script LMS Trigger 106,{ if (getgmlevel() >= 30) goto LMS_Admin; mes "[Minion]"; mes "Hello " + strcharinfo(0) + ", my master is busy."; mes "*sigh*"; close; LMS_Admin: mes "[LMS Trigger]"; 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",startlmsevent2,"No Thanks",leave; startlmsevent2: next; mes "[LMS Trigger]"; mes "Ok, I'll call him this instant."; close2; goto startlmsevent; leave: next; mes "[LMS Trigger]"; mes "Ok " + strcharinfo(0) +", nice seeing you."; close; OnClock0000: OnClock0300: OnClock0600: OnClock0900: OnClock1200: OnClock1500: OnClock1800: OnClock2100: OnClock2400: OnClock2700: OnClock3000: OnClock3300: OnClock3600: OnClock300:// Edit this to what ever you want. note : OnClock0000 is 12 midnight and OnClock1200 is 12 Noon goto startlmsevent; startlmsevent: announce "Mr. Manager: The Last Man Standing event will be starting shortly.",0; sleep2 10000; announce "Mr. Manager: Those who want to play, please proceed to Prontera and Register.",0; sleep2 10000; announce "Mr. Manager: After 1 Minute the Registration will close.",0; sleep2 10000; announce "Mr. Manager: Please go to Prontera and Register now if you want to join.",0; enablenpc "All Job Manager"; initnpctimer; end; OnTimer30000: announce "Mr. Manager: Last 30 seconds.",0; sleep2 5000; announce "Mr. Manager: If you want to join please Register in Prontera.",0; end; OnTimer50000: announce "Mr. Manager: Last 10 seconds.",0; end; OnTimer55000: announce "Mr. Manager: 5.",0; end; OnTimer56000: announce "Mr. Manager: 4.",0; end; OnTimer57000: announce "Mr. Manager: 3.",0; end; OnTimer58000: announce "Mr. Manager: 2.",0; end; OnTimer59000: announce "Mr. Manager: 1.",0; end; OnTimer60000: announce "Mr. Manager: Time's up.",0; end; OnTimer61000: disablenpc "All Job Manager"; donpcevent "Mr. Banker::OnEnable"; stopnpctimer; end; } //---------All Job Registration--------------- prontera,155,176,5 script All Job Manager 106,{ OnTouch: if(BaseLevel < 255) goto leave; mes "[Mr. Manager]"; mes "Hello What can I do for you?"; if(BaseLevel >= 255) { mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!"; warp "poring_c01",103,98; close; } else { mes "You have to be level 255.!"; close; } 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 100 TCG Cards 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; } //-------------------------- //-------------------------- poring_c01,104,109,4 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,100; // Change This item id to what ever you want . item id,amount dispbottom "You won 100 TCG Cards"; mes "You will return now"; warp "prontera",148,157; disablenpc "Mr. Banker"; close; end; OnEnable: pvpoff "poring_c01"; mapannounce "poring_c01","Mr. Manager: The Last Man Standing Event will start shortly",0; sleep2 10000; mapannounce "poring_c01","Mr. Manager: But before we start this is just a few reminders..",0; sleep2 10000; mapannounce "poring_c01","Mr. Manager: Using Cloaking , Hiding , Chase Walk , Back Slide , Body Relocation is strictly not allowed..",0; sleep2 10000; mapannounce "poring_c01","Mr. Manager: Only the Last Man Standing will win this event!!",0; sleep2 10000; mapannounce "poring_c01","Mr. Manager: What are we waiting for?..Let's Get Ready to Rumble!!...",0; sleep2 10000; goto L_Start; end; L_Start: if(getmapusers("poring_c01") == 1) goto L_Champ; if(getmapusers("poring_c01") == 0) goto L_None; if(getmapusers("poring_c01") > 1) { mapannounce "poring_c01","Mr. Manager: Get ready at the count of 5 we will start!....",0; sleep2 10000; mapannounce "poring_c01","Mr. Manager: 5",0; sleep2 5000; mapannounce "poring_c01","Mr. Manager: 4",0; sleep2 4000; mapannounce "poring_c01","Mr. Manager: 3",0; sleep2 3000; mapannounce "poring_c01","Mr. Manager: 2",0; sleep2 2000; mapannounce "poring_c01","Mr. Manager: 1",0; sleep2 1000; pvpon "poring_c01"; goto timer; end; } timer: initnpctimer; end; OnTimer1000: end; OnTimer1100: if(getmapusers("poring_c01") == 1) goto L_Champ; if(getmapusers("poring_c01") > 2) goto timer; if(getmapusers("poring_c01") == 2) goto champ; stopnpctimer; end; champ: announce "Mr. Manager: Last 2 Brave warriors are still alive!",0; sleep2 10000; if(getmapusers("poring_c01") == 1) goto L_Champ; if(getmapusers("poring_c01") > 1) goto timer; end; L_Champ: mapannounce "poring_c01","Mr. Banker: Please talk to me to get your prize..",0; pvpoff "poring_c01"; enablenpc "Mr. Banker"; end; L_None: disablenpc "Mr. Banker"; pvpoff "poring_c01"; end; } //----- Die = warp prt ----- - script Killa_warp -1,{ OnPCDieEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="poring_c01") { set #kill_point, 0; announce ""+strcharinfo(0)+" died, and out of the game!.",bc_all; getitem 7227, 20; warp "prontera",148,157; end; } OnPCKillEvent: getmapxy(.@map$,.@x,.@y,0); if(.@map$=="poring_c01") { 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; } } } // == Mapflags poring_c01 mapflag nowarp poring_c01 mapflag nowarpto poring_c01 mapflag noteleport poring_c01 mapflag nomemo poring_c01 mapflag nosave poring_c01 mapflag nobranch poring_c01 mapflag pvp_noparty poring_c01 mapflag restricted 1 poring_c01 mapflag pvp_noguild
  8. all of my NPC got this problem.dunno what happen.i think its because of the hourly automative event points giver?...what do you think? because my dev put that thing to have players instant cash points when they staying Online about 1hr to 5hrs they will receive 10pts.i already change this secure then recompile and nothing happens. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_SECURE_H_ #define _CONFIG_SECURE_H_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds optional security settings **/ /** * Optional NPC Dialog Timer * When enabled all npcs dialog will 'timeout' if user is on idle for longer than the amount of seconds allowed * - On 'timeout' the npc dialog window changes its next/menu to a 'close' button * Comment to disable the timer. **/ #define SECURE_NPCTIMEOUT /** + * Number of seconds after an 'input' field is displayed before invoking an idle timeout. + * Default: 180 **/ #define NPC_SECURE_TIMEOUT_INPUT 999999 /** + * Number of seconds after a 'menu' is displayed before invoking an idle timeout. + * Default: 60 **/ #define NPC_SECURE_TIMEOUT_MENU 999999 /** + * Number of seconds after a 'next' button is displayed before invoking an idle timeout. + * Default: 60 **/ #define NPC_SECURE_TIMEOUT_NEXT 999999 /** * (Secure) Optional NPC Dialog Timer * @requirement : SECURE_NPCTIMEOUT must be enabled * Minimum Interval Between timeout checks in seconds * Default: 1s **/ #define SECURE_NPCTIMEOUT_INTERVAL 1 #endif // _CONFIG_SECURE_H_
  9. when I'm talking to the NPC, the NPC force close the session.then the character will stuck up because the NPC was close.anyone can help me with this problem? my SVN is rathena revision 17383 -ASAP
  10. Everytime banker appears when someone win the event.the client crash.help me please. 7KRO LMS.txt
  11. Everytime I removed the cards with this npc. the cards and items will gone when Failed to revomed card.please help me with this problem. 7KRO Card Remover.txt
  12. nawawala po kasi yung mga item na pinag lagyan ng card kahit card or item po piliin sa option si granny pag ka po nag failed siya pag reremove. Please Help! 7KRO Card Remover.txt
×
×
  • Create New...