2 NPC Release's

Join Discord

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
Sub Class (Need to put ur own touch in though)
Code:
[@main]
#say
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Hello <$USERNAME> would you like to change Sub Class?\ \
Class :<Warrior/@warrchec>\
Class :<Taoist/@taochec>\
Class :<Wizard/@wizchec>\
======================================================\
[@warrchec]
#IF
checkjob Warrior
checklevelex > 59
#ACT
goto @warr2nd
#ELSEACT
goto @warrchec2
[@warrchec2]
#IF
checkjob Warrior
checklevelex > 99
#ACT
goto @warr3rd
#ELSEACT
goto @taochec
[@taochec]
#IF
checkjob Taoist
checklevelex > 59
#ACT
goto @tao2nd
#ELSEACT
goto @taochec2
[@taochec2]
#IF
checkjob Taoist
checklevelex > 99
#ACT
goto @tao3rd
#ELSEACT
goto @wizchec
[@wizchec]
#IF
checkjob Wizard
checklevelex > 59
#ACT
goto @wiz2nd
#ELSEACT
goto @wizchec2
[@wizchec2]
#IF
checkjob Wizard
checklevelex > 99
#ACT
goto @wiz3rd
#ELSEACT
goto @sorry1
 
[@sorry1]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Sorry but you are not the Correct level.\ \ \ \
======================================================\
[@warr2nd]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Which Sub Class would you like to choose?\ \
Class :<Knight/@kni>\
Class :<Dancer/@dan>\ \
======================================================\
[@warr3rd]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Which Sub Class would you like to choose?\ \
Class :<HellKnight/@hellkni>\
Class :<BladeDancer/@bladedan>\ \
======================================================\
[@tao2nd]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Which Sub Class would you like to choose?\ \
Class :<Cleric/@cler>\
Class :<Priest/@pre>\ \
======================================================\
[@tao3rd]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Which Sub Class would you like to choose?\ \
Class :<Bishop/@bish>\
Class :<HolyPriest/@holypre>\ \
======================================================\
[@wiz2nd]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Which Sub Class would you like to choose?\ \
Class :<Sorcerer/@sorc>\
Class :<ElementalSummoner/@elesumm>\ \
======================================================\
[@warr2nd]
#SAY
======================================================\
Sub Class - <Class Info/@classinfo> \
======================================================\ \
Which Sub Class would you like to choose?\ \
Class :<DarkSorcerer/@darksorc>\
Class :<PhantomSummoner/@phantsumm>\ \
======================================================\
[@kni]
#IF
checknamelist Dancer.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/exit>
#ELSEACT
addnamelist Knight.txt
setranklevelname %S\<Knight>
break
[@dan]
#IF
checknamelist Knight.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist Dancer.txt
setranklevelname %S\<Dancer>
break
[@hellkni]
#IF
checknamelist BladeDancer.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist HellKnight.txt
delnamelist Dancer.txt
delnamelist Knight.txt
setranklevelname %S\<HellKnight>
break
[@bladedan]
#IF
checknamelist HellKnight.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist BladeDancer.txt
delnamelist Dancer.txt
delnamelist Knight.txt
setranklevelname %S\<BladeDancer>
break
[@cler]
#IF
checknamelist Priest.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist Cleric.txt
setranklevelname %S\<Cleric>
break
[@pre]
#IF
checknamelist Cleric.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist Priest.txt
setranklevelname %S\<Priest>
break
[@bish]
#IF
checknamelist HolyPriest.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist Bishop.txt
delnamelist Priest.txt
delnamelist Cleric.txt
setranklevelname %S\<Bishop>
break
[@holypre]
#IF
checknamelist Bishop.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist HolyPriest.txt
delnamelist Priest.txt
delnamelist Cleric.txt
setranklevelname %S\<HolyPriest>
[@sorc]
#IF
checknamelist ElementalSummoner.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/exit>\
#ELSEACT
addnamelist Sorcerer.txt
setranklevelname %S\<Sorcerer>
break
[@elesumm]
#IF
checknamelist Sorcerer.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist ElementalSummoner.txt
setranklevelname %S\<ElementalSummoner>
break
[@darksorc]
#IF
checknamelist PhantomSummoner.txt
#SAY
Sorry <$USERNAME>.\
But you've already picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist DarkSorcerer.txt
delnamelist Sorcerer.txt
delnamelist ElementalSummoner.txt
setranklevelname %S\<DarkSorcerer>
break
[@phantsumm]
#IF
checknamelist DarkSorcerer.txt
#SAY
Sorry <$USERNAME>.\
But you've alreay picked your Sub Class.\ \
<Close/@exit>\
#ELSEACT
addnamelist PhantomSummoner.txt
delnamelist Sorcerer.txt
delnamelist ElementalSummoner.txt
setranknamelist %S\<PhantomSummoner>
break

/Ancient
 
Last edited:

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
Teleport
Code:
[@main]
#SAY
======================================================\
Page 1 - <Page 2/@page2> - <Page 3/@page3> - <Page 4/@page4> - <Page 5/@page5> - <Page 6/@page6>\
======================================================\ \
Teleport to:<Oma Cave/@omacave>                 Teleport to: <Angled Stone Tomb/@stonetomb>\
Teleport to:<Oma Natural Cave/@omanat>   Teleport to: <Connection Cave/@conncave>\
Teleport to:<Bichon Dead Pit/@bwmine>       Teleport to: <Insect Cave/@insectcave>\
Teleport to:<Death Valley/@bugcave>              Teleport to: <Wooma Temple/@woomatemple>\
Teleport to:<Zuma Temple/@zumatemple>           Teleport to: <Mineral Mine/@mineralmine>\
======================================================\
[@page2]
#SAY
======================================================\
<Page 1/@main> - Page 2 - <Page 3/@page3> - <Page 4/@page4> - <Page 5/@page5> - <Page 6/@page6>\
======================================================\ \
Teleport to:<Red Valley/@spidercave>                          Teleport to: <FoxCave/@fox01>\
Teleport to:<Black Dragon Dungeon/@bddungeon>   Teleport to: <ViperPath/@L001>\
Teleport to:<Prajna Cave/@prajnacave>                       Teleport to: <YimoogiDungeon/@snake>\
Teleport to:<Prajna Stone Cave/@prajnastonecave>            Teleport to: <Frozen Palace/@xy1>\
Teleport to:<Prajna Temple/@prajnatemple>                   Teleport to: <ViperMaze/@Laby01>\
======================================================\
[@page3]
#SAY
======================================================\
<Page 1/@main> - <Page 2/@page2> - Page 3 - <Page 4/@page4> - <Page 5/@page5> - <Page 6/@page6>\
======================================================\ \
Teleport to:<IceCave/@icecave>              Teleport to:\
Teleport to:<AntCave/@antcave>              Teleport to:\
Teleport to:<HellCave/@hellcave>            Teleport to:\
Teleport to:<IceCavern/@icecavern>           Teleport to:\
Teleport to:<IceLordRoom/@icelord>    Teleport to:\
======================================================\
[@page4]
#SAY
======================================================\
<Page 1/@main> - <Page 2/@page2> - <Page 3/@page3> - Page 4 - <Page 5/@page5> - <Page 6/@page6>\
======================================================\ \
 
Teleport to:\
Teleport to:\
Teleport to:\
Teleport to:\
Teleport to:\
======================================================\
[@page5]
#SAY
======================================================\
<Page 1/@main> - <Page 2/@page2> - <Page 3/@page3> - <Page 4/@page4> - Page 5 - <Page 6/@page6>\
======================================================\ \
 
Teleport to:<Border Village/@move1>       Teleport to:<Mongchon Province/@move6>\
Teleport to:<Ginko Tree Valley/@move2> Teleport to:<BichonWall/@move7>\
Teleport to:<Serpent Valley/@move3>       Teleport to:<LightForest/@rtown>\
Teleport to:<Tao School/@move4>\
Teleport to:<CastleGi-Ryoong/@move5>\
======================================================\
[@page6]
#SAY
======================================================\
<Page 1/@main> - <Page 2/@page2> - <Page 3/@page3> - <Page 4/@page4> - <Page 5/@page5> - Page 6\
======================================================\ \
 
Teleport to:<Impliments/@grocer>           Teleport to:<Refiner/@refine>\
Teleport to:<Trust Merchant/@trust>    Teleport to: <Bookshop/@book>\
Teleport to:<Storage/@store>                 Teleport to:<Armours/@armor>\
Teleport to:<Drugz/@drugz>                     Teleport to:<Weapons/@weap>\
Teleport to:<Accessory Shop/@acces>  Teleport to:<PetRental/@pet>\
======================================================\
 
[@icelord]
#ACT
mapmove icelordroom 24 28
give townteleport 1
break
[@icecavern]
#ACT
mapmove icecavern1 94 27
give townteleport 1
break
[@icecave]
#ACT
mapmove hell202 34 473
give townteleport 1
break
[@hellcave]
#ACT
mapmove hell01 26 44
give townteleport 1
break
[@antcave]
#ACT
mapmove hell103 236 27
give townteleport 1
break
[@rtown]
#ACT
mapmove rtown 468 299
break
give townteleport 1
[@fox01]
#ACT
mapmove fox01 116 21
break
give townteleport 1
[@l001]
#act
mapmove l001
break 
give townteleport 1
[@snake]
#act
mapmove snakepre2  112 168
break
give townteleport 1
[@xy1]
#act
mapmove xy1  71 31
break
give townteleport 1
[@laby01]
#act
mapmove laby01
break
give townteleport 1
[@omacave]
#IF
#ACT
map D001
give townteleport 1
[@omanat]
#IF
#ACT
map D011
give townteleport 1
[@bwmine]
#IF
#ACT
map D401
give townteleport 1
[@bugcave]
#IF
#ACT
map D601
give townteleport 1
[@zumatemple]
#IF
#ACT
map D501
give townteleport 1
[@stonetomb]
#IF
#ACT
map D711
give townteleport 1
[@conncave]
#IF
#ACT
map D701
give townteleport 1
[@insectcave]
#IF
#ACT
map D2041
give townteleport 1
[@woomatemple]
#IF
#ACT
map D022
give townteleport 1
[@mineralmine]
#IF
#ACT
map D2031
give townteleport 1
[@spidercave]
#IF
#ACT
map D10011
give townteleport 1
[@bddungeon]
#IF
#ACT
map D2001
give townteleport 1
[@prajnacave]
#IF
#ACT
map D2051
give townteleport 1
[@prajnastonecave]
#IF
#ACT
map D2061
give townteleport 1
[@prajnatemple]
#IF
#ACT
map D2071
give townteleport 1
[@grocer]
#ACT
mapmove rtown 485 314
[@trust]
#ACT
mapmove rtown 473 355
[@store]
#ACT
mapmove rtown 423 315
[@drugz]
#ACT
mapmove rtown 494 325
[@acces]
#ACT
mapmove rtown 478 343
[@refine]
#ACT
mapmove rtown 491 319
[@book]
#ACT
mapmove rtown 513 299
[@armor]
#ACT
mapmove rtown 462 340
[@weap]
#ACT
mapmove rtown 437 303
[@pet]
#ACT
mapmove rtown 483 289
[@move1]
#IF
checkgold 2000
#ACT
take gold 2000
mapmove 0 289 617
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
[@move2]
#IF
checkgold 2000
#ACT
take gold 2000
mapmove 0 635 613
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
[@move3]
#IF
checkgold 2000
#ACT
take gold 2000
mapmove 2 500 485
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
[@move4]
#IF
checkgold 3000
#ACT
take gold 3000
mapmove 11 164 337
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
[@move5]
#IF
checkgold 4000
#ACT
take gold 4000
mapmove 4 264 257
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
[@move6]
#IF
checkgold 6000
#ACT
take gold 6000
mapmove 3 361 342
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>
[@move7]
#IF
checkgold 5000
#ACT
take gold 5000
mapmove 0 329 263
break
#ELSESAY
You don't have enough gold to use my service!\
Be gone, don't waste my time again!\ \
<Exit/@exit>

/Ancient
 

D4N0

Dedicated Member
Dedicated Member
Apr 22, 2007
239
1
65
****. nice. bet these took you a hell of a time to make
 

JoeAshton

Golden Oldie
Golden Oldie
Mar 4, 2006
641
1
124
cool nice 1 :):):):):)

To D4NO

most long npcs like tele are copy and past (thank god for that lol) or ye would take a lonk time but just get first bit right then just copy and paste and change the bits need to be changed
 

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
these should work in 1.9, the Sub class has taken me most of the day but ive added load's more to it then ive released, you just need to add your personal touch. ive writen everything from scratch nothing was copyd from other txt's

fixed several bug's in Sub Class (as it kept allowing you tobe both Knight n Dancer) now thats fixed now it checks for level60/100+ not 61/101+

/ancient
 
Last edited:

Gemma

Dedicated Member
Dedicated Member
Feb 22, 2006
135
0
63
you didnt ask my perrmisson to release my work would off been nice to ask first
and i let u use them not to release them thx for releaseing with permission last time i give u any off my npcs the 2nd npc urs the first mine
 
Last edited:

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
you didnt ask my perrmisson to release my work would off been nice to ask first
and i let u use them not to release them thx for releaseing with permission last time i give u any off my npcs the 2nd npc urs the first mine
wtf you fool. i made these script's in fact i gave you these and youve decided to use my script's get ur facts right chris.

/ancient
 

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
294
Chill out Chris and Luke.
Its nice to see people sharing nevertheless.
 

bluedarklord

Dedicated Member
Dedicated Member
Mar 21, 2008
115
0
62
it is nice to see this out but infact as far as im aware chris made it for FUSION but i could be wrong but i do think it was wrong to release it and not give chris eny credit
 

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
it is nice to see this out but infact as far as im aware chris made it for FUSION but i could be wrong but i do think it was wrong to release it and not give chris eny credit
as i wrote the script for myself and i sent copys to chris which decided to use, ye he made he contribution but not enough for credit as his script's was nothing like this and you must be the useless server owner which takes 1hour to make 1npc... Verynice.


/ancient
 

LegendOfMir

LOMCN N00B +1
Veteran
Simple scripts here??!!

I think this easy scrips are only for lazy guys, the serious guys can do a lot of this caind of scripts, is not a new ideeas, this are in the 1.4 and 1.9 files script at NPCs. The ideea are very old JUSt for lazy guys. :):)

Interesting scripts are who use and the quest definitions in files to make Quests. For example when u fight with an mob, he talk with u,...when die, or appear on the lands...:tongue1: :ppunk: :middle:

This ur works are for only for simple NPCs.:mooned: :mooned: :bounce:

DOOMNEZEU(the God)
 

JackDaniels

Registered
Veteran
Jul 28, 2007
257
8
64
lmao just had a convo with Luke so stop bulling so there must be credit in there FROM "We helped each other to make the Script"
he is just starting to get him self in it bad now
 

Attachments

  • Send Lomcn.jpg
    Send Lomcn.jpg
    8.7 KB · Views: 431

Gemma

Dedicated Member
Dedicated Member
Feb 22, 2006
135
0
63
tbh i dont mind now let him take full credit i have 20 far better script and luke forgot to tell u fusion comeing along well and i have new ideas new ways to make npcs
 

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
294
Lets stop argueing now girls. Nice work from you 'both'.
 

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
lmao just had a convo with Luke so stop bulling so there must be credit in there FROM "We helped each other to make the Script"
he is just starting to get him self in it bad now
what about the rest of the chat eh fool. he took my scripts and edit them. end off. Gemma dont espect any help from me.

/ancient