Hello, Can help me? i want npcs...
Heal Npc
MPV Npc
Gold Room Npc
Printable View
Hello, Can help me? i want npcs...
Heal Npc
MPV Npc
Gold Room Npc
Mvp Npc
Gold Room NpcQuote:
//=====================MVP Warper
//=====================Choose what MVP you want to fight
//=====================Also choose where you want to fight
//========MVP Warper
//========Takes you to the battle fields.
//=====================================================
prontera.gat,156,194,4 script MVP Warper 808,{
mes "[MVP Warper]";
mes "Hey, what's going down?";
mes "So you think you are tough enough to take on some MVP's huh??";
next;
menu "Hell YEAH!!",List,"I don't think so",End_1;
List:
mes "First choose where you want to fight";
next;
mes "Where you gonna whoop some MVP ass?!";
menu "Einbroch",Ein,"Lighthalzen",Lig,"Juno",jun,"Juperos",Jup,"PvP Arena",Pvp,"Cancel",End_1;
Ein:
npctalk "Adios!";
warp "einbroch.gat",158,301; close;
Lig:
npctalk "Adios!";
warp "lighthalzen.gat",158,92; close;
Jun:
npctalk "Adios!";
warp "yuno.gat",361,164; close;
Pvp:
npctalk "Adios!";
warp "pvp_n_4-2.gat",100,100; close;
Jup:
npctalk "Adios!";
warp "juperos_01.gat",99,91; close;
End_1:
npctalk "Pansy!";
close;
}
//========MVP Assistant
//========Explains rules, heals, buffs, and kills all monsters
//============================================================
einbroch.gat,158,303,4 script MVP Assistant 827,{
if($readrules==1) goto Party_Check;
set $readrules,1;
MVP_Rules:
mes "[MVP Assistant]";
mes "Hello, I will explain the rules to this MVP battle system";
next;
mes "First of all, you can talk to the MVP Summoner, after you are done";
mes "talking to me, to summon an MVP of your choice.";
next;
mes "Now let me explain what I do for ya.";
next;
mes "I will always be here to kill all the monsters for ya, if things get out of";
mes "control, but only if you tell me to.";
mes "";
mes "Now let me explain to you my healing and buffing services";
next;
mes "^FF0000 For solo play: ^000000 I can heal and buff you at";
mes "any time you like.";
mes "^0000FF For Group play (more than 1): ^000000 I can only heal you when you are not fighting a monster. I can never";
mes "buff you. This makes you need to rely on your group for support.";
mes " ";
mes "Now that we got that out of the way";
next;
Party_Check:
mes "Hello there, how can I help you??";
next;
getmapxy @mapname$,@mapx,@mapy,0,strcharinfo(0);
set @mob,getmapmobs(@mapname$);
set @x_1,@mapx-20;
set @y_1,@mapy-20;
set @x_2,@mapx+20;
set @y_2,@mapy+20;
set @areausers,getareausers(@mapname$,@x_1,@y_1,@x_2,@y_2);
if(@areausers>1) goto MVP_Party;
menu "Heal",Heal_1,"Give all buffs",Buff,"Kill all monsters",killall,"Go back",Back,"Read Rules",MVP_Rules,"Nothing",End_2;
Heal_1:
specialeffect2 8;
percentheal 100,100;
npctalk "Good luck";
close;
Buff:
skilleffect 29,0;
sc_start 12,240000,10;
sc_start 10,240000,10;
sc_start 15,240000,10;
sc_start 20,240000,10;
skilleffect 75,0;
sc_start 21,240000,10;
sc_start 9,240000,10;
skilleffect 361,0;
sc_start 110,240000,10;
sc_start 16,240000,10;
npctalk "Good Luck";
close;
killall:
atcommand strcharinfo(0)+":@killmonster2";
close;
Back:
warp "prontera",156,179;
close;
MVP_Party:
if(@mob>=1) goto Party_Mob;
menu "Heal",Heal_1,"Kill all monsters",killall,"Go back",Back,"Read Rules",MVP_Rules,"Nothing",End_2;
Party_Mob:
menu "Kill all monsters",killall,"Go back",Back,"Read Rules",MVP_Rules,"Nothing",End_2;
End_2:
npctalk "ok";
close;
}
//==============MVP Summoner
//==============Summons MVP to fight
//==============Will not summon until the player has read the rules at the MVP Assistant
einbroch.gat,155,303,6 script MVP Summoner 803,{
mes "[MVP Summoner]";
if($readrules==0) goto ReadRules_1;
mes "So... you want to take on some MVP's eh??";
next;
mes "Well just pick which one you want to fight and I will bring it here";
menu "Amon Ra",s_mvp,"Bacsojin",s_mvp,"Baphomet",s_mvp,"Dark Lord",s_mvp,"Doppelganger",s_mvp,"Dracula",s_mvp,"Drake",s_mvp,"Eddga",s_mvp,"Evil Snake Lord",s_mvp,"Garm",s_mvp,"Golden Thief Bug ",s_mvp,"Next...",A_A;
A_A:
menu "Incantation Samurai ",s_mvp1,"Lord of Death",s_mvp1,"Maya",s_mvp1,"Mistress",s_mvp1,"Moonlight Flower",s_mvp1,"Orc Hero",s_mvp1,"Orc Lord",s_mvp1,"Osiris",s_mvp1,"Pharaoh",s_mvp1,"Phreeoni",s_mvp1,"RSX 0806",s_mvp1,"Next...",B_B;
B_B:
menu "Stormy Knight ",s_mvp2,"Tao Gunka",s_mvp2,"Turtle General",s_mvp2,"Cancel",End_3;
End_3:
npctalk "Pansy!";
close;
s_mvp:
if(@menu==1) set @mvp,1511;
if(@menu==2) set @mvp,1518;
if(@menu==3) set @mvp,1039;
if(@menu==4) set @mvp,1272;
if(@menu==5) set @mvp,1046;
if(@menu==6) set @mvp,1389;
if(@menu==7) set @mvp,1112;
if(@menu==8) set @mvp,1115;
if(@menu==9) set @mvp,1418;
if(@menu==10) set @mvp,1252;
if(@menu==11) set @mvp,1086;
specialeffect 380;
atcommand strcharinfo(0)+":@monster "+@mvp;
set @mvp,0;
close;
s_mvp1:
if(@menu==1) set @mvp,1492;
if(@menu==2) set @mvp,1373;
if(@menu==3) set @mvp,1147;
if(@menu==4) set @mvp,1059;
if(@menu==5) set @mvp,1150;
if(@menu==6) set @mvp,1087;
if(@menu==7) set @mvp,1190;
if(@menu==8) set @mvp,1038;
if(@menu==9) set @mvp,1157;
if(@menu==10) set @mvp,1159;
if(@menu==11) set @mvp,1623;
specialeffect 380;
atcommand strcharinfo(0)+":@monster "+@mvp;
close;
s_mvp2:
if(@menu==1) set @mvp,1251;
if(@menu==2) set @mvp,1583;
if(@menu==3) set @mvp,1312;
specialeffect 380;
atcommand strcharinfo(0)+":@monster "+@mvp;
close;
ReadRules_1:
mes "Sorry you need to talk to the MVP Assistant first.";
close;
}
lighthalzen.gat,161,95,4 duplicate(MVP Assistant) MVP Assistant 827
yuno.gat,364,167,4 duplicate(MVP Assistant) MVP Assistant 827
pvp_n_4-2.gat,100,103,4 duplicate(MVP Assistant) MVP Assistant 827
juperos_01.gat,102,94,4 duplicate(MVP Assistant) MVP Assistant 827
lighthalzen.gat,158,95,6 duplicate(MVP Summoner) MVP Summoner 803
yuno.gat,361,167,6 duplicate(MVP Summoner) MVP Summoner 803
pvp_n_4-2.gat,97,103,6 duplicate(MVP Summoner) MVP Summoner 803
juperos_01.gat,99,94,6 duplicate(MVP Summoner) MVP Summoner 803
Healer NpcQuote:
//for eAthena (any version)
//v1.2
//by -cbbttt-
//by the way, this is/was my first script
//Name: Gold Arena Warper
//instructions on how to set up golden dokebis included at bottom of page. (you're welcome!)
//=============================================
//==================Version====================
//----->v1.2
//[still in progress????]
//=============================================
//Fixed card drops, added exit NPC, upped Golden Dokebi stats (they were too easy to kill)
//=============================================
prontera.gat,132,216,5 script Gold Room Arena 828,{
mes "[Gold Room Master]";
mes "Would you like to make TONS of money?";
menu "Yes please!",yea,"No Thanks",no;
next;
yea:
mes "[Gold Room Master]";
mes "Ok then! Get ready to make money!";
mes "Remember to use the exit to return to Prontera!";
next;
warp "sec_in02.gat",138,52;
close;
no:
mes "[Gold Room Master]";
mes "I guess you can make money on your own...";
close;
}
//====================================
//Exit NPC
//Place this inside your Gold Room somewhere
//====================================
sec_in02.gat,140,52,5 script Exit 828,{
mes "[Exit]";
mes "You wanna exit now?";
menu "Yes",yes,"Not Yet",no1;
next;
yes:
mes "[Exit]";
mes "Back to Prontera?";
mes "Ok,if you insist";
warp "prontera.gat",155,183;
close;
no1:
mes "[Exit]";
mes "You are so greed!!!";
mes "Sorry if I insulted you";
mes "Continue your work";
close;
}
//=====================================================================
//guide to installing golden dokebis!
//=====================================================================
//also by cbbttt XD
//please put this into your mob_db2.txt
//2001,GOLDEN_DOKEBI,Golden Dokebi,60,2000000,0,0,0,1,8000,10000,0,100,99,75,55,1,80,85,10,12,0,6,27,145,250,1156,456,384,969,55,969,12,969,2,969,1,969,1,969,300,969,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0
//this will give you gold dropping dokebi for your gold room!
//feel free to edit the dokebi stats if they are to hard for your players!
//this goes in your npc/mobs/fields/(file name).txt folder in any of the .txt files at the bottom.
//This tells the server what to spawn in certain maps. If you don't add this, you will have an empty gold room.
//====================Gold Room
//sec_in02.gat,138,52,5,5 monster Golden Dokebi 2001,5,0,0,0
//sec_in02.gat,172,68,5,5 monster Golden Dokebi 2001,5,0,0,0
//Repeat this same process to add more but u can change the x,y co-ordinates (and map name) to your liking.
//this goes into the mob_avil.txt file in the db folder at the bottom.
//2001,1110,0
//This will take the Dokebi sprite and put it on the golden ones.
//If you DONT do this, you will either error or have Golden Dokebi that look like something else!
Quote:
//===== eAthena Script =======================================
//= Heal Npc
//===== By: ==================================================
//= Lotsa People (1.x)
//===== Current Version: =====================================
//= 3.0
//===== Compatible With: =====================================
//= eAthena 0.1+;
//===== Description: =========================================
//= Healer NPC Which Heals For Free
//===== Additional Comments: =================================
//= 3.0 By massdriller, Changed and edited the script
//= added other warp points of maps.
//= 2.0 By Darkchild, Duplicates And Changed A Bit
//= you can replace this script file by heal_payment.txt
//= if you want that players have to pay their healings.
//============================================================
prontera.gat,150,184,5 script Healer#h1-1::Healer 742,{
mes "[Healer]";
mes "I have amazing healing powers!!";
mes "You look like a person who needs them";
mes "Want some?";
next;
menu "Heal",-,"No thanks",CANCEL;
percentheal 100,100;
mes "[Healer]";
mes "Wonderfull, You are now healed!.";
mes "Have fun adventuring!!";
close;
CANCEL:
mes "[Healer]";
mes "Allright, come back if you need a heal.";
close;
}
morocc.gat,159,96,5 duplicate(Healer) Healer#h1-2 742
ayothaya.gat,155,111,5 duplicate(Healer) Healer#h1-3 742
geffen.gat,121,61,5 duplicate(Healer) Healer#h1-4 742
umbala.gat,94,162,5 duplicate(Healer) Healer#h1-5 742
payon.gat,180,105,5 duplicate(Healer) Healer#h1-6 742
alberta.gat,185,144,5 duplicate(Healer) Healer#h1-7 742
aldebaran.gat,134,123,5 duplicate(Healer) Healer#h1-8 742
izlude.gat,125,118,5 duplicate(Healer) Healer#h1-9 742
xmas.gat,149,136,5 duplicate(Healer) Healer#h1-10 742
comodo.gat,188,162,5 duplicate(Healer) Healer#h1-11 742
amatsu.gat,200,80,5 duplicate(Healer) Healer#h1-12 742
gonryun.gat,164,130,5 duplicate(Healer) Healer#h1-13 742
yuno.gat,152,186,5 duplicate(Healer) Healer#h1-14 742
niflheim.gat,188,180,5 duplicate(Healer) Healer#h1-15 742
louyang.gat,225,103,5 duplicate(Healer) Healer#h1-16 742
Mr. Takashi^^ do you have a script of Quest npc for Archangel wing Arch demon wing Lord kaho horn and other valuable items for a quest!!!!
Quest Npc
weapon seller npc for all jobs
item seller npc for all jobs
and another is that what will i do in order that they can connect to me plss!! don't know if this is the right place to post this litle messy thing
IM A NOOB MY FIRST TIME AND HAVE NO COMPANION TO HELP ME WORK OUT JUST ALL THE GOOD PERSON WHOM WHO GAVE ME SUCH THINGS
I suggest y0u to learn basic scripting it is good for you =)
I can make one for you if you want :D
Quote:
Originally Posted by o0breakdanca0o
that will be a great pleasure if you have one!! Thanks a lot :lamo: i'll be waiting for that
Well i will need your e-mail to tell me about your NPC's you Request
^_^
hmm, i would start helping people alot in this section, btu i dont have my laptop yet, im getting real annoyed, all my scripts are in there and my files also, i plan to get a hosting service to host all my files on, since i am running an RO server also, so i need a place to put things, but i got some of those scripts u need, i dont know how long it will take me to get them
You are on extreme mod =DQuote:
Originally Posted by cycoextreme
thanks alot for the npcs!!!
Quote:
Originally Posted by o0breakdanca0o
thnx a lot
I suggest sending your Email via private message; someone may take advantage of your desperation, and then send you email you may wish to not receive.Quote:
Originally Posted by darkweis00