Hello! I couldnt find in the wiki the right command, could you guys help me out?
I want to point with the #charcommand to self the player, who klicked on the npc.
Spoiler
glemior,227,330,5 script jRO Outfit 122,{
mes "The Costume outfits are available only for a few classes!";
select "Costume","Regular";
if (@menu == 1) { charcommand "#bodystyle @player$ 1"; }
else { charcommand "#bodystyle @player$ 0"; }
close;}
Question
Sunset
I dont wanted to open a topic again, so im just bumping this up. I've written a scrip, and its not going, i didnt find the mistake, maybe you guys?
glemior.gat,181,330,5 script Buffer 52,{
percentheal 100,100;
mes "Please select buff type";
switch(select(Basic Buff - Free .:Full Buff - 100k .:Incredible Buff - 500k.")) {
case 1:
skilleffect 34,0; sc_start SC_BLESSING,18000,10;
skilleffect 29,0; sc_start SC_INCREASEAGI,18000,10;
case 2:
set Zeny, Zeny-100000;
skilleffect 34,0; sc_start SC_BLESSING,50000,10;
skilleffect 29,0; sc_start SC_INCREASEAGI,50000,10;
skilleffect 33,0; sc_start SC_ANGELUS,50000,10;
skilleffect 74,0; sc_start SC_MAGNIFICAT,50000,5;
skilleffect 75,0; sc_start SC_GLORIA,50000,5;
skilleffect 66,0; sc_start SC_IMPOSITIO,50000,5;
skilleffect 361,0; sc_start SC_ASSUMPTIO,50000,5;
case 3:
set Zeny, Zeny-500000;
skilleffect 34,0; sc_start SC_BLESSING,3600000,10;
skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,10;
skilleffect 33,0; sc_start SC_ANGELUS,3600000,10;
skilleffect 74,0; sc_start SC_MAGNIFICAT,3600000,5;
skilleffect 75,0; sc_start SC_GLORIA,3600000,5;
skilleffect 66,0; sc_start SC_IMPOSITIO,3600000,5;
skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5;
skilleffect 332,0; sc_start SC_SECRAMENT,3600000,5;
sc_start SC_ASPDPOTION2,3600000,0;
sc_start SC_STRFood,3600000,10;
sc_start SC_AGIFood,3600000,10;
sc_start SC_VITFood,3600000,10;
sc_start SC_INTFood,3600000,10;
sc_start SC_DEXFood,3600000,10;
sc_start SC_LUKFood,3600000,10;
sc_start SC_HitFood,12000000,30;
sc_start SC_FleeFood,12000000,30;
sc_start SC_BATKFood,12000000,10;
sc_start SC_MATKFood,1200000,10;
}
close;
}
Hello! I couldnt find in the wiki the right command, could you guys help me out?
I want to point with the #charcommand to self the player, who klicked on the npc.
glemior,227,330,5 script jRO Outfit 122,{
mes "The Costume outfits are available only for a few classes!";
select "Costume","Regular";
if (@menu == 1) { charcommand "#bodystyle @player$ 1"; }
else { charcommand "#bodystyle @player$ 0"; }
close;}
Thanks in advice, again!
Edited by SunsetLink to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.