how can i add...

batman

Dedicated Member
Dedicated Member
Jul 1, 2007
46
0
33
how could i make an teleport to certain places such as townteleports sents u to town how cud i make a teleport to insect cave or summat ( item not npc )

also how can i add new ores to mining areas?

thank in advance
 

koni

V.I.P
VIP
Mar 14, 2006
1,111
1
165
Southampton UK
how could i make an teleport to certain places such as townteleports sents u to town how cud i make a teleport to insect cave or summat ( item not npc )

also how can i add new ores to mining areas?

thank in advance

1) via qfunction - not sure on exactly how its done but iam sure someone does

2) via the setup.txt and the database - you need to overwrite what is writen in the setup.txt for the ore thats there already
 
Upvote 0

batman

Dedicated Member
Dedicated Member
Jul 1, 2007
46
0
33
1) via qfunction - not sure on exactly how its done but iam sure someone does

2) via the setup.txt and the database - you need to overwrite what is writen in the setup.txt for the ore thats there already

kk thanks man il try have ago at it :P
 
Upvote 0

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
[@StdMode'number used']
#ACT
mapmove D123 100 100
give TownTeleport 1
break
--------
Should work fine :)
 
Upvote 0

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
175
middlesex
you could also make the item in the DB called LightningTele
and use the number 6 in the FLD_ANICOUNT add this
[@StdModeFunc6]
#ACT
mapmove D2081 21 220
break
to the QFunction in the market_def folder this will make them double clickable and then it will tele you to the lightning cave. when the item is used

LightningTele,31,0,1,6,0,0,404
 
Last edited:
Upvote 0

batman

Dedicated Member
Dedicated Member
Jul 1, 2007
46
0
33
you could also make the item in the DB called LightningTele
and use the number 6 in the FLD_ANICOUNT add this
[@StdModeFunc6]
#ACT
mapmove D2081 21 220
break
to the QFunction in the market_def folder this will make them double clickable and then it will tele you to the lightning cave. when the item is used

LightningTele,31,0,1,6,0,0,404
tyvm bud :)
 
Upvote 0