how do i block door on map to stop low lvls on 2.6

DevilWish

Dedicated Member
Dedicated Member
Aug 16, 2006
43
0
52
been trying mapinfo checkquest q1500 needset_on (200)
and in mapquest folder in q1500.txt been using commands like checklevel > 16 , < 16 and check [200] 0 set [200] 1 but nothings seem to be checking the lvl unless i just use checklevel 15 but then under that lvl cant go in or above it , looking like a large script just for something simple ( also was hoping to make a script so you cant enter the next hunting ground until you defeat the main boss on the map your on at the time

many thanks in return
 

DevilWish

Dedicated Member
Dedicated Member
Aug 16, 2006
43
0
52
sorted out the first door block now i need to make a working script for 2.6 for it unblock door after a boss has been killed ><
 
Upvote 0

Xx69xX

Golden Oldie
Golden Oldie
Dec 2, 2005
2,150
154
170
sorted out the first door block now i need to make a working script for 2.6 for it unblock door after a boss has been killed ><

qfunction

[@onkillmonster(mobname)]
SET ??

use that

not sure if its @onkillmob
@onklillmon
its something like that not at home to check at the mo but search around the forums.
 
Upvote 0

DevilWish

Dedicated Member
Dedicated Member
Aug 16, 2006
43
0
52
qfunction

[@onkillmonster(mobname)]
SET ??

use that

not sure if its @onkillmob
@onklillmon
its something like that not at home to check at the mo but search around the forums.
tried that , maybe lifco can help us a bit with what the commands that 2.6 uses if possible
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
[@main]
#Say
Welcome,i hear afew of my mates have gave you,\
access to there Dungeon's? Well i'll help you get,\
there!\

<HidenDungeons/@ds>\

[@ds]
#Say
Here the list of the HidenDungeons you worked,\
to get into,I will check to see if you can pass!\

<SnipersDungeon/@1> <MarrysDungeon/@2> <WillyDungeon/@3>\\

[@1]
#IF
CHECK [500] 1
#ACT
mapmove N1 84 88
sendmsg 6 "Enjoy your hunting!"
#ELSESAY
Hmm i said i was checkng rite?

[@2]
#IF
CHECK [501] 1
#ACT
mapmove S1
sendmsg 6 "Enjoy your hunting!"
#ELSESAY
Hmm i said i was checkng rite?

[@3]
#IF
CHECK [502] 1
#ACT
mapmove 001_1 100 275
sendmsg 6 "Enjoy your hunting!"
#ELSESAY
Hmm i said i was checkng rite?

mapinfo
[SK ? 0] NEEDSET_ON(502)
[S1 ? 0] Day NEEDSET_ON(501)
[N1 Hybrid-1st 0] NEEDSET_ON(500)
 
Upvote 0