Latest M2Server Released

Toxick

Golden Oldie
Golden Oldie
Apr 17, 2003
1,397
0
173
great relase milo :)

pitty u didnt do this yesterday tho :P ;)
 

WiseWarrior

LOMCN Veteran
Veteran
Loyal Member
Nov 16, 2003
327
0
42
14 NeverNeverLand
just wondering if the guild points go up naturally (with a exp type system) in game or weather there guild point can only be set by a script? (npc or map quest)
 

stan

Guest
Cheers milo great release im sure this will come in handy one day.
 

Toxick

Golden Oldie
Golden Oldie
Apr 17, 2003
1,397
0
173
MiloFoxburr said:
Then you can consider 95% of all the releases on lomcn "finds"


ahh milo u know im just messin :P u know i love u
 

Ragnar

Hallowed be thy name
Legendary
Golden Oldie
Loyal Member
Jul 20, 2004
5,258
3
275
Toxick said:
ahh milo u know im just messin :P u know i love u
And you know you love me :P

stan said:
Cheers milo great release im sure this will come in handy one day.

Aint it usefull ATM. :O?
 

Babyhack

Devilsoul Owner
VIP
Feb 4, 2004
5,343
28
285
Dublin, Ireland
WiseWarrior said:
another question, is it only the guild leader who can use the points? (i assume so but better check)

depends how you do the script
checkguildleader (or whaterver it is)
checkguildmember guildname (or whaterver it is)

BH
 

NoLife999

If God Only Knew!
Golden Oldie
Mar 8, 2004
934
1
100
180
leeds
ok all

here is a npc script for the rankmaster i have done i thought i would release this basic version of it i have done:

[@Main]
#SAY
hi! i,m the Rank master of <$SERVERNAME> would you like me\
to <Rank/@rank0> you , when i do this will show others your rank on the\
server , which will appear above you!!\
<exit/@exit>

[@rank0]
#SAY
ok please choose your level to have your rank set\
<Novice/@rate> , <beginner/@rate0> , <Intermediate/@rate1>\
<Experienced/@rate2> , <Advanced/@rate3> , <GM/@rate4>\
<exit/@exit> <back/@main>

[@rate]
#IF
checklevel 10
#ACT
SETRANKLEVELNAME %s\Novice
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>

[@rate0]
#IF
checklevel 20
#ACT
SETRANKLEVELNAME %s\Beginner
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>

[@rate1]
#IF
checklevel 30
#ACT
SETRANKLEVELNAME %s\intermediate
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>

[@rate2]
#IF
checklevel 40
#ACT
SETRANKLEVELNAME %s\Experienced
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>

[@rate3]
#IF
checklevel 45
#ACT
SETRANKLEVELNAME %s\Advanced
goto @rate5
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>

[@rate4]
#IF
checklevel 800
#ACT
SETRANKLEVELNAME %s\GM
#ELSESAY
sorry you are not high enough to rank just yet!!
<exit/@exit> <back/@main>

[@rate5]
#SAY
thank you you have been ranked accordingly!!

hope this will help peeps by the way milo the newserver works excellent shame its not translted fully yet wish i could help it works a treat with my server (lancerV5)

any way check it out www.lanceworld.org