Fizi
Members-
Content Count
44 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Fizi
-
Thank you @@evilpuncker. It's working.. but new error occur like @@aznan83 mention above.
-
Hello hercules, As topic above, below is my compile logs. Please help me out from this error. Thank you.
-
Oh.. It's a plugin. Hope someone can help me doing this.
-
Thanks for your reply @@Garr. I will choose the no 1 method. How to write script to check only guild title/position 1 and 2 can enter the castle..?
-
Hello Hercules, How to set only 44 members can WoE at a time and only members with the WoE Squad guild title (means guild leader and the second guild member title) can enter WoE castles. Hope someone can help and share about this. Thank you.
-
Wow! Awesome update. A lots of things to do.. Good luck Ryan.
-
You can refer here: Hercules Wiki Hope it help.
-
must be .wav if I'm not wrong..
-
+1 Thanks @@Haziel
-
Please send your error on map server or picture. So others can help you easily.
-
did you change anything?
-
change your job name with job number.
-
can you post your error here? Btw, I forgot to write close; on my first reply. Sorry.. try this: prontera,145,158,4 script 3rd Job Sprite 4_ELEPHANT,{ mes "[PVP Narrator]"; mes "Hello and welcome!"; mes "I am in charge of"; mes "explaining the new Job Sprites."; next; switch(select("Change me!:Explain please:End Dialog.")) { case 1: if ( Class == Job_Mechanic || Class == Job_Guillotine_Cross_Trans || Class == Job_Genetic ) { setlook 13, 1; close; } else { mes "I am sorry but you cant change."; mes "Only Mechanic Guillotine Cross and Genetic can use this npc."; emotion e_swt,1; close; } break; case 2: mes"Your explanation.. bla bla bla.."; break; case 3: mes "Okay, bye.."; break; } close; }
-
prontera,145,158,4 script 3rd Job Sprite 4_ELEPHANT,{ menu "New 3rd Class:Exit", -1; switch (@menu) { case 1: if ( Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Genetic ) { setlook 13, 1; close; } else { mes "I am sorry but you cant change."; mes "Only Mechanic Guillotine Cross and Genetic can use this npc."; emotion e_swt,1; close; } break; default: mes "Okay, bye.."; break; } } Try this. I don't test it. Hope it work.
-
+1 for this. Thanks @@AnnieRuru
-
Thank you @@Ridley +1
-
Thanks @@Ridley .. I'm waiting for your update.
-
@@Dinze Thanks.. It's work
-
You can use Coin Trader by @Mumbles But need to change a bit in the script. [ Refer Here ]
-
Thank you so much @@Ridley. It works..
-
Thanks @@Angelmelody! It's working now..
-
Any update for this script? I got the same issue like @@zackdreaver
-
Please delete this post.. Already done with this script. Thank you.
-
Hi all.. Sorry if I'm post at the wrong section. I need help to make my prontera room pron_in can be rotate 360 degree. Mean can look from all angle. How to make that? It's possible to do that or not? If yes, how to do that.. Thank you. Sorry for my bad english..