I search this things

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
*im looking the way to make a npc that check yours fps and if you have more than 1000fp you can claim your present?

exemple:
[@main]
#if
comand check fp 999
#say
u cant use this benefit
#if
comand check fp 1000
#act
*sell potions minus money and other things
#if
comand check fp 2000 or ++ (i need this script !! please)
#say
u can use other benefits if u have a rank!
--------------------------------------------------------
*Can someone tell me how to add top 10 hunter and top 10 pkers ingame?

Ultimatum Stadistics
>Pk top
>FamePointTop
>PointsPopularityTop

i need know this script please


*how can i make a different type of gamepoints ( integrals & famepoints) and how do i to make a
npc that can check them


if anyone can help me i´ll be very happy
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
#if
CHECKFAME 1000
#act
sell potions minus money and other things
#elseact
u cant use this benefit

=====================================

#IF
HLSCRIPTCMD CHECKPOINT 1000
#ACT
whatever you want to do...

==============================
[@lvlstats]
#ACT
HLSCRIPTCMD SERVERTOP ;This Refreshes the List
#SAY
Server Rankings [Scripting by Sting]\\
<[ All Top 20 ]/@AllLevels>\
<[ Top 20 Warrior ]/@WarriorLevels>\
<[ Top 20 Taoist ]/@TaoistLevels>\
<[ Top 20 Wizard ]/@WizardLevels>\
<[ Top 20 Rich Peeps ]/@TopRich>\\
<[ Exit ]/@exit>\\\

[@AllLevels]
#SAY
<$SERVERTOPALLLEVEL>\\
<[Main Menu]/@lvlstats>\\
<[ Exit ]/@exit>\\\

[@TaoistLevels]
#SAY
<$SERVERTOPLEVEL2>\\
<[Main Menu]/@lvlstats>\\
<[ Exit ]/@exit>\\\

[@WarriorLevels]
#SAY
<$SERVERTOPLEVEL0>\\
<[Main Menu]/@lvlstats>\\
<[ Exit ]/@exit>\\\

[@WizardLevels]
#SAY
<$SERVERTOPLEVEL1>\\
<[Main Menu]/@lvlstats>\\
<[ Exit ]/@exit>\\\

[@TopRich]
#SAY
<$SERVERTOPGOLD>\\
<[Main Menu]/@lvlstats>\\
<[ Exit ]/@exit>\\\


Sorry I don't know the one for top pkers or even if it's possible.
 
Upvote 0

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
ty chimera , one more question, can some if quest complete when i enter in server write this : Noobie ''name'' online! I search , when login check this quest complet
write this...
 
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
envir\questdiary\hlscript\userlogin.txt

[@UserLogin]
{
#act
eventMsg [Grobal] "<$USERNAME> has logged on"
}

add whatever checks you like in there, for instance:

[@UserLogin]
{
#if
!ISADMIN
#act
eventMsg [Grobal] "<$USERNAME> has logged on"

#IF
check [003] 0
#ACT
give Gold 50000
set [003] 1
}

1. checks is not a GM and announcing only non GM's entered game.

2. checks is a new character who has never logged in before and gives them 50k, you can give them whatever you want here.

You could create a check for any flag, including quest ones and perform an action.
 
Upvote 0

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
yes but i need new rank's

noble need check 10.000fp - 49-999fp
noobiiieee check 50.000fp - 100.000fp

i search this script i know check 1 fp ( 1000fp or 1001, but i want this logg search 10.000fp 10.001, 10.0002 ......49.999

sorry for my english..
 
Upvote 0

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
if u put more check's will give u the result u want
Code:
#if
CHECKFAME 50000;; (the highest rank)  check > 50,000
#act
.......
break
#say
...........
#elseact
goto @nextrank;; (if he doesnt have over 50k fp script will go to next check)

[@nextrank]
#if
CHECKFAME 10000 ;; checks 10,000 - 49,999
#act
.......
break
#say
...........
#elseact
goto @nextrank1
[@nextrank1]
#if
CHECKFAME 5000 ;; checks 5,000 - 9,999
#act
.......
break
#say
...........
#elseact
 goto @nextrank2
[@nextrank2]
#if
CHECKFAME 1000 ;; checks 1,000 -  5,000
#act
.......
break
#say
...........
and so on
the think is to start from the hieghest rank and go down with a #elseact cmd ,
 
Upvote 0

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
ty ^^ 1 more question, this script is npc , but i search this thing login
10-49,999
SCARECROW ''name'' online!
exemple , if u can help me .. please

ty^^ sorry for my english
 
Upvote 0

Cocaj

Dedicated Member
Dedicated Member
Mar 12, 2006
128
4
65
Spain
??

#if
CHECKPKPOINT 2
#act
LineMsg "Grobal" "El Asesino <$USERNAME> Online!"
break
#ELSEACT
LineMsg "Grobal" "<$USERNAME> Online!"
break

you say that?
 
Upvote 0

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
ty ^^ i make script and funciton perfect, i have any question..

kaoriAMS (Statistics)

--------------------------------------------------------------------------------

i want in statistics put:

Top 25 Warrior
Rank Player Tittle Level
1 MisticX Baron 36

Top 25 Wizard
Rank Player Tittle Level
1 MorenikO Baron 42


Top 25 taoist
Rank Player Tittle Level
1 Svarogih Baron 41

ADD TITTLE to normal statistics

and i want put 2 statistics more ( top pk and top fame points)


anyone can post statistics.php with this conditions? thx friends
 
Upvote 0

Unico

Dedicated Member
Dedicated Member
Dec 15, 2007
230
1
64
anyone know what is the command for npc say " you have X pk points" and " you have X FamePoints" ?

i try with <$OUTPUT(P9)> for fame points but dont work all time say me you have 0 fame points and i have 60k :(


and anyone can post this?

kaoriAMS (Statistics)
--------------------------------------------------------------------------------

i want in statistics put:

Top 25 Warrior

Rank Player Tittle Level

1 MisticX Baron 36

Top 25 Wizard

Rank Player Tittle Level

1 MorenikO Baron 42

Top 25 taoist

Rank Player Tittle Level

1 Svarogih Baron 41

ADD TITTLE to normal statistics


and i want put 2 statistics more ( top pk and top fame points)

anyone can post statistics.php with this conditions? thx friends
 
Last edited:
Upvote 0

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
ty omikk i have this control hlpopularity , i need now stadistics!
and I need check pk point in Control D (menu d) please
 
Upvote 0