Help - Search - Members - Calendar
Full Version: Ninja Skills
SphereServer Forums > Archived Discussions > Sphere 1.0 > Script Requests 1.0
Admin Storm
Hello,

I've been making a ninja for my shard, It's going quite well, with all the stuff prepeard, i just need it to be able to use (effectivly) Teleport and Invisabilty. What script do i use for it to have this skills. Here is my script as it stands


[CHARDEF C_H_Ninja]
// NINJA
NAME=#NAMES_HUMANMALE the Ninja
ID=C_MAN
DESIRES=e_notoriety
AVERSIONS=t_TRAP,t_eerie_stuff

TSPEECH=spk_human_prime
TSPEECH=jobOverseer
TSPEECH=jobFighter
TSPEECH=spk_needs
TSPEECH=spk_rehello
TSPEECH=spk_human_default

TEVENTS=e_Human_HearUnk
TEVENTS=e_Human_Needs
TEVENTS=e_Human_ConvInit
TEVENTS=e_Human_Greet
TEVENTS=e_Human_Space
TEVENTS=e_Human_Refuse
TEVENTS=e_Human_Environ
CATEGORY=Civilized
SUBSECTION=Ninja
DESCRIPTION=Ninja (male)

ON=@Create
COLOR=colors_skin
STR={860 1100}
DEX={8100 9500}
INT={610 7500}
Karma={-2000 -10000}
Fame={10 100}

FENCING={500.0 950.0}
PARRYING={500.0 950.0}
SWORDSMANSHIP={700.0 950.0}
WRESTLING={700.0 950.0}
TACTICS={500.0 950.0}
Magery={500.o 900.0}
NPC=brain_human

ITEMNEWBIE=random_male_hair
COLOR=colors_hair
COLOR=match_hair

ON=@NPCRestock
ITEM=i_dagger
ITEM=i_bascinet
color= 01
ITEM=i_leather_gorget
color= 01
ITEM=i_leather_tunic
color= 01
ITEM=i_leather_sleeves
color= 01
ITEM=i_leather_gloves
color= 01
ITEM=i_leather_leggings
color= 01
ITEM=i_sandals
color= 01
ITEM=random_coin_purse
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
ITEM=i_scroll_invisibility
[EOF]

Feel Free to edit and help me out as much as you can!



Thanks all. ph34r.gif
Admin BladeCraft
1.0 is a closed buggy version. If you want to make scripts for a shard then use 56b under the Useful Links forum. It is still under development but its a lot better than 1.0.

I would soft code the invis and tele though. Have it go invis when it sees a new player, then have it go to that player and uninvis a second later using a memory object or something. You can also have it randomly tele to a spot around the ninja using some sort of function. You can place an object on the ground that is invis and check if the ninja can see it with LOS and if so, its a good spot to tele to.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.