QManage help

Join Discord

Xanan

LOMCN Veteran
Veteran
Loyal Member
Jan 5, 2006
1,203
10
144
When using QManage is it possible to write, say, an npc script in there. Or does it have to be called up from:

#CALL [\Common\textfile.txt] @textfile

Because at the moment i want it to say something to you, then after that to say something different every time you log in.

for example

;==================================================
#IF
checknamelist how2play.txt
#ACT
#CALL [\Common\LoginAct.txt] @Act
#ELSEACT
goto @not
break

[@not]
Welcome <$USERNAME>, i can teach you how to play mir.\
I suggest you kill monsters.\ \
<Ok, ill do that/@not1>

[@not1]
#ACT
addnamelist how2play.txt
#CALL [\Common\LoginAct.txt] @Act
;==================================================


That is just an example btw.
 

Babyhack

Devilsoul Owner
VIP
Feb 4, 2004
5,343
28
305
Dublin, Ireland
QManage can be used as a normal NPC
You dont have to use the #CALL command

You are better using #CALL as then you know where everything is and its all neat and tidy

BH
 
Upvote 0

Xanan

LOMCN Veteran
Veteran
Loyal Member
Jan 5, 2006
1,203
10
144
QManage can be used as a normal NPC
You dont have to use the #CALL command

You are better using #CALL as then you know where everything is and its all neat and tidy

BH


Alright ty for your help, it seems i couldnt do what i wanted to do as it involved Qfunction aswell as Qmanage. Which both needed to check the same name list. So its gunna have to be on a npc istead :S.
 
Upvote 0

GhettoFx

Runescape HD
Golden Oldie
May 17, 2005
920
0
122
how do i make a msg board come up on the screen when u level like ragezone if anyone knows could u tell me please post here
 
Upvote 0

LegendOfMir

LOMCN N00B +1
Veteran
I have a big problem in QManage, i have on DB at Magic.db on idx=46 the spell: Mirroring so ...i write in QManage this:
[@RunMagic 46]
#IF
CHECKSLAVECOUNT < 2
#ACT
goto @summon1
#ELSEACT
goto @falsepet


[@summon1]
#IF
GENDER MAN
#ACT
recallmob Slave(M) 0
#ELSEACT
recallmob Slave(F) 0

[@falsepet]
#IF
#SAY
You have allready a Pet.\
-----------------------------------\
<Exit/@exit>
..............................................................
to summon the slave(M) or (F) , for wizard.... but dsnt work. Can tell me somebody, whats the problems, and how can do make it? I have latest M2Server for euromir 1.9...i'm not interest about 2.3...so plz hlp me s8body?:bounce:
 
Upvote 0

lifco

Untrusted Member
Legendary
Golden Oldie
Loyal Member
Jul 6, 2004
3,400
66
195
UK/Italy
first u need to learn how to do a script that is a joke, 2nd what has qmanage got to do with spawing mobs ?

most peeps use the latest dll file and cmd a item for a mob, like me

lif
 
Upvote 0

LegendOfMir

LOMCN N00B +1
Veteran
Look i rebuild corect line like :
[@usercmd78]
#IF
CHECKSLAVECOUNT < 1
#ACT
goto @summon111
#ELSEACT
goto @falsepet

[@summon111]
#IF
CHECKLEVEL 33
#ACT
goto @summon11
#ELSESAY
U dont have lvl 33,so try later command @slave.\
--------------------------------------------------\
<Ok/@exit>

[@summon11]
#IF
CHECKJOB warr
#ACT
goto @summon1
#ELSESAY
Man, U arent a warrior,so dont try again.\
--------------------------------------------------------\
<OK !/@exit>

[@summon1]
#IF
GENDER MAN
#ACT
recallmob Slave(M) 1 1
#ELSEACT
recallmob Slave(F) 1 1
[@falsepet]
#IF
#SAY
You have already a Slave.\
-----------------------------------\
Exit/@exit

And work this script very good, but only with command @slave.
How can I asocciate this command lines [@usercmd78] with using the Mirroring spells, not only with line command. I want to respawn the Pet with Mirroring spell...not with command line @slave.... if I use a command line like
[@RunMagic46]
#IF
#ACT
goto [@usercmd78]

not working !!! 46 Is the Idx of Mirroring Idx. how can i do to attachement the command to spells?:bounce: :) :cray:

Tnx ...Sincerly...
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
195
and have you got the usercmd set up properly, and are you using the correct dll file with the appropriate plumewind release?

and as I said you cant use @RunMagic without the DM2 files
 
Upvote 0

LegendOfMir

LOMCN N00B +1
Veteran
Of corse....I said is working... I do it ..coz i know how to work all the files, and line command... but not this... How can i make attached the spell with the line command in QFunction or QManage(this is for enter hero in game)...? I say for eg. @runmagic ...maybe is other line command for this... but i dont know how... everybody know this... This line is only for DM2 ?(Where can I find this M2Server...DiamontM2Server?... I use M2Server the lattest... 1.9 PlumWind No Confirm type with 4,108Mb size. In see is the only one who have so big size,so... is very good coz know a lot of thinks..What size have DM2? Can help me somebody... I can do this or not?
http://www.legendofmir.ro :bounce: :) :brows: ;)
 
Last edited:
Upvote 0