Jump to content

Brahms

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by Brahms

  1. Sorry for this guys. i just made another request. my request is about Costume Converter NPC. Scenario: i want to convert my headgear and for that i need to pay the NPC 1 TCG card Scenario II: i want to revert my costume into normal headgears and for that i need to pay again the NPC 1 TCG card.. All i want is for this scrip is whenever i convert or revert headgears a players must use TCG Card.. thank you in advance for the help guys.. i just need a little help for some proffesionals. Here's my Script: // ------------------------------------------------------------------------------- // 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. // ------------------------------------------------------------------------------- - script Costume Clown -1,{ 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","Garment"; setarray .@Position[1], EQI_HEAD_TOP, EQI_HEAD_MID, EQI_HEAD_LOW, EQI_GARMENT; set .@Menu$,""; for( set .@i, 1; .@i < 6; 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 "You are 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", "Garment"; setarray .@Position[1], EQI_COSTUME_HEAD_TOP, EQI_COSTUME_HEAD_MID, EQI_COSTUME_HEAD_LOW, EQI_COSTUME_GARMENT; set .@Menu$,""; for( set .@i, 1; .@i < 6; 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 "You are 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; 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; } } // -------------------------------------------------------------------------- // Use duplicates to put your npc on different cities // -------------------------------------------------------------------------- prontera,155,181,4 duplicate(Costume Clown) Costume Clown#1 715
  2. Thanks again for the reply mr. Lelouch. but honestly icant understant the diff. thing, is it a src modification? mind if you teach me how to modify that script in src step by step? sorry for asking this, its just that i just want to put that script in my offline server. im just a newbie. can you please help me?
  3. Thank you for the reply guys..
  4. Hi guys, just want to request a costume converter script that is working for latest rathena. -Mechanics. Normal Headgears can be converted into costume losing the stats bonus, card slot,refine upgrades. and can be converted it again into normal.. Using 1 TCG you can convert it into costumes, then if you desire to convert it into normal you have to use 1 TCG. please help guys.. Thank you in advance..
  5. Hi guys.. just want to ask for help.. does anyone here know how to do this in costume system?? As you can see in the pictures the customize one can put a costume accessories. in the other one which is normal you only can see, Top Headgear, Mid Headgear, Lower Headgear, Robe & Floor.. Notice the costume skin interface of both images.. What im asking is, does anyone know how can i add Accessories Slot in costume interface. Thank you in advance.. plz englighten me..
  6. Ok ill try the disguise script. How about my other concern regarding the errors?.. Thanks
  7. Ala pong lumalabas sir eh.. Any other help guys?
  8. Sa observation ko kasi sir, kahit hindi 3d sir like mga aura nagko-cause po sya ng error.. Sir san po mag search? Thnx po sa reply sir.. Bump. Any other help?
  9. Help po, nagkakaron po kasi nag server crash sa server na nirurun ko pag ung champion po nag body reloc and may suot po yang costume na gumagalaw habang inaatake mo sya nag skill nag ko-cause po sya ng server crash.. Pano po kaya sya maaayos.. - Ask ko na din po kung pano po kaya ayusin ung error sa vnc ko.. Sa emperium breaker test po yang error na yan, ibat ibang script ng emperium breaker test na ang sinubukan ko pero lagi syang lumalabas as error sa vnc ko. Ung debug & warning na din sana na nakikita nyo ask ko din po kung pano ayusin.. - Isang problema ko pa po e ung disguise script ko po pag nilalagay ko sa server ko, ok naman. Kaso pag nasagot mo ng tama ung NPC, hindi sya tinatanggap as correct answer, derederecho lang sya nag pag didisguise.. Baka meron po kaung pwedeng mai-share sakin na disguise event na pupwede kong subukan.. Salamat po in advance sa mga tutulong sakin.. Newbie po kasi pasensya na po..
×
×
  • Create New...