Page 1 of 1
Using a npc to warp to dungeon
Posted: 26 Apr 2014, 15:52
by Xemnas
Im trying to figure out how to warp from "warp npc" to any specified dungeon i chose in my lockmap is therre a way to do that?
like lets say im in morroc and i want to talk to the npc to warp to umbala dungeon instead of walking the whole thing thanks in advance
Re: Using a npc to warp to dungeon
Posted: 26 Apr 2014, 16:47
by SkylorD
tables/portals.txt :
#format: <source coordinate><destination coordinate>[zenny cost][conversation sequence]
Example :
morocc (npc coords x y) (location where rise up) 0 c r0 c r1
Example 2 :
http://forums.openkore.com/viewtopic.php?f=10&t=144639
Re: Using a npc to warp to dungeon
Posted: 26 Apr 2014, 18:29
by Xemnas
r0 is the first choice right? and r1 is the second choice ?
Re: Using a npc to warp to dungeon
Posted: 26 Apr 2014, 18:31
by SkylorD
Yes. It's a example.
The teleport service is by default "r2".
[Kafra] Hello, how can i help you ?
0 Save
1 Storage
2 Teleport
->
[Kafra] Select the town to teleport
0 Prontera -> 1200z
1 Geffen -> 1300z
I want teleport to prontera :
1200 c r2 c r0
<zenny cost> <talk sequence>
Re: Using a npc to warp to dungeon
Posted: 26 Apr 2014, 19:40
by Xemnas
alright thanks but i just hit another issue and im not too sure why this is happenning cause i did the portal thing and it works perfectly fine with the warp npc but i dunno why its not working with storage npc
storageAuto_npc_steps c r1 c r0 c n
1.so first it goes next
2. save
storage <--- r1 + c
3. open storage <---r0 +c <------- the problem is herre i dunno what going on
or make a password sum like that
4. it not written ok so i figured id tryed n i also tried c but it always get stuck on the open storage
Code: Select all
storageAuto 1
storageAuto_npc xmas 153 125
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 c r0 c n
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 50
Re: Using a npc to warp to dungeon
Posted: 26 Apr 2014, 21:33
by SkylorD
storageAuto_npc_type 1
http://www.openkore.com/index.php/StorageAuto_npc_type
If set to 1, will use the sequence : (c r1 n)
If set to 2, will use the sequence : (c c r1 n)
If set to
3, will use the sequence specified in storageAuto_npc_steps
This rewrites your storageAuto_npc_steps when value is 1 or 2.
Re: Using a npc to warp to dungeon
Posted: 26 Apr 2014, 22:21
by Xemnas
thanks i guess ill just always use type 3 less complicated