Jump to content

Kurby

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by Kurby

  1. Kurby

    Repair man

    Could anyone link me to the script? I couldn't find one in my folders?
  2. Could anyone help me out with this? I'd like this prt_are01 46,150 as a 2nd room? I'm using this script: crystilia,87,95,5 script Emperium Break Test 1288,{ // What Map will be used set .Map$,"prt_are01"; // How many Top Breaker will be Recorded set .TopRank,5; // Message to Inform Players while inside the Room setarray .Instruction$[0], "Please Listen here carefully.", "This is Emperium Breaker Test Room , which is use to test your Breaking Time.", "Prepare youself...and do your best to Break it...", "Okay that's All i want to say , get Ready yourself and it will Start Soon."; while( 1 ){ mes "This is Emperium Breaker test Room. "; mes "You are able to calculate your Emperium Breaking Speed in this Room."; next; switch( select( ( getmapusers( .Map$ ) )?"^FF0000NOT Available":"^0000FFAvailable^000000", "Top ^FF0000"+.TopRank+"^000000 Breaker Ladder", ( getgmlevel() < 90 )?"":"^FF0000[GM]^000000 Reset Room", ( getgmlevel() < 90 )?"":"^FF0000[GM]^000000 Reset Ladder")){ Case 1: if( getmapusers( .Map$ ) ){ mes "There is another player inside it now."; next; break; } warp .Map$,222,75; killmonster .Map$,"All"; // removemapflag .Map$,mf_noskill; donpcevent strnpcinfo(0)+"::OnReady"; end; Case 2: mes "^ED1ADCLatest Record^000000 : "+LatestRecord/1000+"."+LatestRecord%1000+" Seconds."; for( set .@i,0; .@i < .TopRank; set .@i,.@i + 1 ){ if( !$TopRankTime[.@i] ) break; mes "^FF0000Top "+( .@i + 1 )+" : ^0000FF"+$TopName$[.@i]+" "; mes "^FF0000Time Taken : ^ED1ADC[ "+$TopRankTime[.@i]/1000+"."+$TopRankTime[.@i]%1000+" Sec. ]^000000 "; } next; break; Case 3: mapannounce .Map$,"A GM has RESET the Breaker Test Room.",0,0x00FF00; killmonster .Map$,"All"; sleep2 3000; mapwarp .Map$,"crystilia",69,79; mes "Done Reset. and Player who are inside are warped out."; next; break; Case 4: switch( select( "^0000FFAll Player^000000:^FF0000One Player^000000" ) ){ Case 1: deletearray $TopRankTime[0],getarraysize( $TopRankTime ); deletearray $TopName$[0],getarraysize( $TopName$ ); mes "RESETED WHOLE LADDER."; break; Case 2: mes "Please input the ^FF0000EXACT NAME^000000 of player you want to delete."; input .Name$; for( set .@i,0; .@i < .TopRank; set .@i,.@i + 1 ){ if( .Name$ == $TopName$[.@i] ){ deletearray $TopName$[.@i],1; deletearray $TopRankTime[.@i],1; mes "Removed ^FF0000"+.Name$+"^000000 from the List."; next; break; } } } } } OnReady: sleep2 3000; for( set .@i,0; .@i < getarraysize( .Instruction$ ); set .@i,.@i + 1 ){ mapannounce .Map$,.Instruction$[.@i],0,0x00FF00; sleep2 2500; } for( set .@i,5; .@i > 0; set .@i,.@i - 1 ){ mapannounce .Map$,"Count Down : "+.@i+" Seconds.",0,0x00FF00; sleep2 1000; } //mapannounce .Map$,"GO!",0,0x00FF00; setmapflag .Map$,mf_noskill; monster .Map$,224,75,"Break Me!",1288,1,strnpcinfo(0)+"::OnBreaked"; set .Record,0; sleep2 500; initnpctimer; end; OnTimer600000: if( !mobcount( .Map$,strnpcinfo(0)+"::OnBreaked" ) ) end; mapannounce .Map$,"You spent too much time. i think you are AFK , so you are out.",0,0xED1ADC; sleep2 3000; mapwarp .Map$,"aev_fild",143,169; stopnpctimer; end; OnBreaked: set .Time,getnpctimer(0); copyarray .@tempName$[0],$TopName$[0],getarraysize( $TopName$ ); copyarray .@tempRecord[0],$TopRankTime[0],getarraysize( $TopRankTime[0] ); set LatestRecord,.Time; for( set .@i,0; .@i < .TopRank; set .@i,.@i + 1 ){ if( .Time < $TopRankTime[.@i] || !$TopRankTime[.@i] ){ set $TopRankTime[.@i],.Time; set $TopName$[.@i],strcharinfo(0); copyarray $TopRankTime[.@i + 1],.@tempRecord[0],getarraysize( .@tempRecord ); copyarray $TopName$[.@i + 1],.@tempName$[0],getarraysize( .@tempName$ ); announce "[ "+strcharinfo(0)+" ] Achieved Top "+( .@i + 1 )+" in Emperium Breaking with "+.Time/1000+"."+.Time%1000+" Seconds !!!",bc_all,0xED1ADC; break; } } stopnpctimer; announce "Current Time Taken : "+.Time/1000+"."+.Time%1000+" Seconds. ",bc_self,0xED1ADC; // removemapflag .Map$,mf_noskill; sleep2 5000; mapwarp .Map$, .Maps,"crystilia",69,79; end; } prt_are01 mapflag nocommand 50 prt_are01 mapflag gvg on prt_are01 mapflag gvg_castle prt_are01 mapflag monster_noteleport prt_are01 mapflag nosave SavePoint
  3. Nvm.. Sorry about that .__.
  4. I'll try this out, thanks! Hey, how would I add it to multiple spots?
  5. It just shows a shadow under my feet, but it shows I'm riding peco on the side? http://s17.postimage.org/mztdjzeq5/No_Peco.jpg
  6. Could someone show me an already made script or help me along making this script? When the player reaches a certain part of the map, he'll be warped back to town? It seems pretty simple, I'm just not very experienced with scripting. I know how to warp the player, just not the rest.. Lol
  7. Not sure what you mean? You change the "state" in your SQL --> Login? Do your servers show any errors?
  8. Kurby

    Turning pvp on

    //===== rAthena Script ======================================= //= Map flags that disable guilds on pvp grounds. //===== By: ================================================== Ahh, probably should've checked. Thanks
  9. Kurby

    Turning pvp on

    Thanks for the information! What's the pvp_noguild.txt for?
  10. All mobs will be affected by your server drop rate. Your only option is to properly set up the rates in the mob_db entry to match how often you want it to drop. I tried, but it doesn't do anything. I want the item to drop at 10% rate, but it still says 100%?
  11. How would I permanently turn PVP on for a certain map? Thanks.
  12. Kurby

    Pvp warper

    It's including the Gate Keeper in that script.. I've went to that NPC manually in game, he did nothing. Idk where to find the Gate Keeper script though? /Edit: Lol, found it.
  13. Kurby

    Pvp warper

    Please look correctly at that script? It's not a PVP warper, just gives information about info. Maybe the Gate Keeper though, can't find.
  14. Kurby

    Pvp warper

    Where would I get one or how to create one? I don't believe there's one in the NPC folder? One to spawn you to PVP map and has listed # of players / # of max players? Thank you.
  15. Thanks! Sorry noob question
  16. Trying to find a script, so it shows an npc with a chat box up with "Item Mall" to direct players to the item mall. Could anyone help me with this script?
  17. I warp to a map and my client gets error, then shuts off? force_3-3, bossnia_04 both errored me? How do I fix, so I can warp to those maps?
  18. I do not have those files in my server folder?
  19. I'm trying to make a mob not be affected by my server drop rates or have items not changed? Make any sense?
  20. What file I edit, so it's on my custom card?
  21. If you put the state to 99, it's a GM account. To show GM sprite and add show yellow text/name to others, you have to add your ID to clientinfo folder
  22. Go to MySQL, add another row into the login db then add 2000000, username, password, sex, email, 0-99(GM).
  23. Mob_db.txt 2500,RANDGRIS,Rawr,Rawr,141,1005000,1,10000,10000,3,2895,6101,588,506,196,131,125,276,267,156,10,12,2,8,86,0x37B5,100,576,576,480,0,0,0,0,0,0,0,7539,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 This still shows that it'll drop the item at 100%, It's because of my server rates.. Can I go around that, so it's 10% drop rate for the item? Do I have to change my rates for this to work?
×
×
  • Create New...