Jump to content

Haze

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Haze

  1. I dont know how it happned butm theres no spawn of Treasure Chests in all of the castles? is there a way to fix it? i use Euphys woe controller, does that affect it? please help me.
  2. I tried to apply this but i had errors.
  3. I did this, but still the same thing, nothing happens when i click the npc
  4. I used this script which i got from another topic, but after i apply it, nothing happens. the npc is there but once i click him nothing happens. i checked every line to find an unclosed statement but its all good. would anyone of you know what i can do to get this to work? // ------------------------------------------------------------------------------- // Script Name : Headgear to Costume converter >> Costume to Headgear converter // ------------------------------------------------------------------------------- // Description : // - Allows a user to convert the equipped headgear (on Top, Mid or Low) into a // costume item. It will remove any card and refine of the Item. // - Allows a user to restore the equipped costume headgear (on Top, Mid or Low) // into its original form. It will not return any card or refine of the item. // ------------------------------------------------------------------------------- prt_in.gat,156,67,5 script Costume 715,{ if (countitem(512) >= 1) goto L_Clown; // you need 1 apple to use the clown mes "[Clown]"; mes "You don't have any requirements to use this"; close; L_Clown: mes "[Clown]"; mes "Here you can convert your headgears into a Costume Headgear or restore to its Original form."; switch(select("I want to convert.:I want to restore.:No thanks.")) { case 1: next; mes "Please, select what to convert."; mes "Remember, cards and refine will be removed."; next; setarray .@Position$[1],"Top","Mid","Low"; setarray .@Position[1], 1, 9, 10; set .@Menu$,""; for( set .@i, 1; .@i < 5; set .@i, .@i + 1 ) { if( getequipisequiped(.@Position[.@i]) ) set .@Menu$, .@Menu$ + .@Position$[.@i] + "-" + "[" + getequipname(.@Position[.@i]) + "]"; set .@Menu$, .@Menu$ + ":"; } set .@Part, .@Position[ select(.@Menu$) ]; if( !getequipisequiped(.@Part) ) { mes "[Clown]"; mes "Your not wearing anything there..."; close; } mes "[Clown]"; mes "You want to Costume your " + getitemname(getequipid(.@Part)) + "?"; next; if( select("Yes, proceed:No, I am sorry.") == 2 ) { mes "[Clown]"; mes "Need some time to think about it, huh?"; mes "Alright, I can understand."; close; } costume .@Part; // Convert the Headgear mes "[Clown]"; mes "Done, enjoy your costume headgear."; close; case 2: next; mes "Please, select what to restore."; mes "Remember, I will only restore it back without refine and cards."; next; setarray .@Position$[1],"Top","Mid","Low"; setarray .@Position[1], 13, 12, 11; set .@Menu$,""; for( set .@i, 1; .@i < 5; set .@i, .@i + 1 ) { if( getequipisequiped(.@Position[.@i]) ) set .@Menu$, .@Menu$ + .@Position$[.@i] + "-" + "[" + getequipname(.@Position[.@i]) + "]"; set .@Menu$, .@Menu$ + ":"; } set .@Part, .@Position[ select(.@Menu$) ]; if( !getequipisequiped(.@Part) ) { mes "[Clown]"; mes "Your not wearing anything there..."; close; } mes "[Clown]"; mes "You want to restore your " + getitemname(getequipid(.@Part)) + "?"; next; if( select("Yes, proceed:No, I am sorry.") == 2 ) { mes "[Clown]"; mes "Need some time to think about it, huh?"; mes "Alright, I can understand."; close; } a = getequipid(.@Part); delitem a,1; getitem a,1; delitem 512,1; mes "[Clown]"; mes "Done, enjoy your restored headgear."; close; case 3: mes "[Clown]"; mes "Very well. Return at once if you seek my services."; close; } }
  5. its almost the same as last man standing but just guilds vs guild so the last guild left alive wins. i tried to search for it but i cant seem to find any. doest anyone have one?
  6. [spoiler=Script] prontera,157,194,4 script Freebies 832,{ mes "Welcome to Haze Ragnarok Online!"; mes "What Service May I Offer You ?"; next; menu "Tour Guide", L14, "Get Freebies", L16; L16: if(#New_Player == 1 || Class!=Job_Novice ) goto L_Done; if(Class==Job_Novice && #New_Player==0) { mes "Good Luck on your Adventure !"; mes "Which path do you wish to take?"; switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) { case 1://Swordsman jobchange 1; getitem 13945,1; break; case 2://Archer jobchange 3; getitem 13948,1; getitembound2 20121,1; break; case 3://Mage jobchange 2; getitem 13946,1; break; case 4://Acolyte jobchange 4; getitem 13947,1; break; case 5://Merchant jobchange 5; getitem 13949,1; break; case 6://Thief jobchange 6; getitem 13950,1; break; } getitem 12214,5; // Convex mirror 5pcs. getitem 12210,5; // Bubble gum 5pcs. getitem 12263,5; // Manual 5pcs. getitem 20130,1; getitembound2 20120,1; getitembound2 20121,1; getitembound2 20123,1; getitembound2 20118,1; getitembound2 20117,1; set baselevel,20; skill 1,9,0; set #New_Player,1; savepoint "prontera.gat",138,185; mes "Start your awesome journey today."; mes "If you need help. Please use @request / search for Game Staffs. Thank You."; close; } end; L_Done: mes "You Have Received the Freebies already."; close; LEnd: close; L14: mes "[ Tour Guide ]"; mes "Hello would you like a Tour of Haze Ragnarok Online ?"; mes " "; if (select("Yes, Start the Tour!:No Thanks.")==1) { warp "prontera",156,175; mes "Alright here we go!!"; sleep2 2000; mes "[ Tour Guide ]"; mes "Haze Ragnarok Online aim to deliver a Balanced Server"; mes "Server Rates :"; mes "Base and Job Experience : 8000x"; mes "255 / 100, Transcendent Classes Only"; mes "Normal Item Drop Rates: 5000"; mes "Normal Card Drop Rates: 5000"; mes "Boss Item Drop Rates : 500"; mes "Boss Card Drop Rates: 50"; cutin "kafra_09",2; sleep2 20000; // 5 seconds warp "prontera",141,187; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can Change Job , Reset Skill and Stat and Rent Here."; cutin "kafra_09",2; sleep2 10000; warp "prontera",171,188; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Kafra Services, Warper, Stylist and Mall Here."; cutin "kafra_09",2; sleep2 10000; warp "prontera",182,192; mes "[ Tour Guide ]"; mes "This is the Coin Exchanger you can exchange coins and zeny here."; cutin "kafra_09",2; sleep2 10000; warp "prontera",175,177; mes "[ Tour Guide ]"; mes "This is the Ingame Control Panel it's the usual Control Panel like in our website."; cutin "kafra_09",2; sleep2 10000; warp "prontera",142,174; mes "[ Tour Guide ]"; mes "This is Donate Shop you donate to gain some good items and to keep the server alive."; cutin "kafra_09",2; sleep2 10000; warp "prontera",137,170; mes "[ Tour Guide ]"; mes "This is Support Lady, You Can Suggest Things and Report Bugs in Here."; cutin "kafra_09",2; sleep2 10000; warp "prontera",131,166; mes "[ Tour Guide ]"; mes "This is Quest Shop, you quest items to get strong in the server."; cutin "kafra_09",2; sleep2 10000; warp "prontera",120,168; mes "[ Tour Guide ]"; mes "This is Emperium Breaker Test, you can test your emp breaking skills here."; cutin "kafra_09",2; sleep2 10000; // etc. warp "prontera",156,175; sleep2 1000; mes "[ Tour Guide ]"; mes "That's all Thank You Hope You Enjoy the Tour Good Luck Have Fun !"; cutin "kafra_09",2; sleep2 5000; } cutin "kafra_09",255; close; OnInit: waitingroom "Welcome to Intel Ragnarok Online",0; end; } } thats the script but when i click the NPC nothing happens i've also tried to reload the script but it didn't work either heres a screenshot
  7. san ko po makikita na folder yang mmo.h at packet_db? what do i do to fix it, and how to fix it?
  8. Pagka login ko wlang nalabas na npc tpos hndi din mkagalaw char ko ito po screenshot pagka-login ko. Please Help
×
×
  • Create New...