NPC Commands

Amenovis

Golden Oldie
Golden Oldie
Loyal Member
Jan 9, 2006
1,105
0
143
Germany
i dunno how that script works with hlc com but a normal npc command is Isadmin isgamemaster and the negatation ! so is it not possible to say example:

#if
!isgamemaster
#act
(list all player ranking..blah blah blah) ???

only a thinking

greetz

ameno

example from my newuser.txt / hls com
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@NewUser]
{
#IF
check [003] 0
!ISADMIN
#ACT
give Gold 20000
SET [003] 1
give HPTrank(M) 5
give MPTrank(M) 5
MONRECALL Waechter 3 3
Sysmsg "Deinem Inventar wurde soeben etwas hinzugefuegt."
SysMsg "Willkommen <$USERNAME> auf dem AmenonServer!"

lineMsg [LOCAL] "!Verstaerkung ist eingetroffen!"
break
}
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
Last edited:
Upvote 0

dagras

LOMCN Veteran
Veteran
Feb 6, 2011
282
3
44
been trawling through commands and npc commands havent found what i want.

what im looking for is when u add a script to an npc and it tells you what your ip is, your vip,your popularity, your titles, your guild etc

what i want is the ones that tell you what class what level and what pk points you have.


or if someone have a full list of like the ones below..

Name - <$USERNAME>\
Class - tried <$JOB> dont work
Level - tried <$HLLEVEL> dont work
FamePoints - <$output(d4)>\
Integral - <$HLPOINT>\
Guild - <$GUILD>\
PkPoints - tried <$PKPOINT> dont work
 
Upvote 0

Kanda-yu

Dedicated Member
Dedicated Member
Aug 31, 2008
27
0
48
here you got a script i made time ago

[@Convert_MirGuideBook_1]
{
_Hi, <$USERNAME> what do you want to do?\
_Your current FP:{FCOLOR/10}'<$OUTPUT(P9)>'{FCOLOR/12} . \
_Your current PP:{FCOLOR/10}'<$HLPOPULARITY>'{FCOLOR/12} . \
_Your current Integrals:{FCOLOR/10}'<$HLPOINT>'{FCOLOR/12} . \
_ʦͽÃû×Ö:{FCOLOR/10}'<$HLSTNAME>'{FCOLOR/12} . \ <== not sure what is it
_Your VIP Level:{FCOLOR/10}'<$HLVIPLEVEL>'{FCOLOR/12} . \
_Your VIP Date:{FCOLOR/10}'<$HLVIPDATE>'{FCOLOR/12} . \
_Your VIP IP Level:{FCOLOR/10}'<$HLIPVIPLEVEL>'{FCOLOR/12} . \
_Your VIP IP Date:{FCOLOR/10}'<$HLIPVIPDATE>'{FCOLOR/12} . \
_Your IP:{FCOLOR/10}'<$HLUSERIP>'{FCOLOR/12} . \
_HLPAODIAN:{FCOLOR/10}'<$HLPAODIAN>'{FCOLOR/12} . \ <== not sure what is it

use search.
 
Upvote 0

dagras

LOMCN Veteran
Veteran
Feb 6, 2011
282
3
44
i did use search..... read what i posted first

Name - <$USERNAME>\
Class - tried <$JOB> dont work
Level - tried <$HLLEVEL> dont work
FamePoints - <$output(d4)>\
Integral - <$HLPOINT>\
Guild - <$GUILD>\
PkPoints - tried <$PKPOINT> dont work
 
  • Like
Reactions: woogyeman
Upvote 0

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
the ones you have listed, there isnt a command for them, you need to do a bit of scripting to find out the values such as checking there job, pk points and level are a bit more difficult as it would take mega amounts of scripting to find out exactly what they were, but i think you could retrieve this info from the databse using sql manip
 
Upvote 0