Bot warpped inside training grounds(almost solved)

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
worst_weak
Noob
Noob
Posts: 13
Joined: 11 Dec 2010, 05:15
Noob?: No

Bot warpped inside training grounds(almost solved)

#1 Post by worst_weak »

actually, i know the solution to my problem
but i don't know how to do

i just need to update my portals.txt
or
make my own portal eg: (##mapname,coords##), (##outputmap,coords##), (zeny cost), (chat sequence)
the value for
##mapname,coords## is where the npc/warp is at.
##outputmap, coords## where that warp will bring you.
zeny cost if ever you should pay eg izlude->alberta, izlude->byalan
i dont know what value sould i put to chat sequence..

for example i am trapped inside new_3-5,
then i should talk to Brade,
i want him to take me to izlude or geffen
what should i do?

thanks in advance!





edit: added some facts to help me with the problem
Last edited by worst_weak on 06 Jan 2011, 23:28, edited 1 time in total.
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: Bot warpped inside training grounds

#2 Post by benj1320 »

chat sequences

c = Continue Talking
r[#] = response number .. index starts from 0.. example is autostoraging wherin r1 is "Use Storage", by normal npc_type
n = is to cancel the conversation with the NPC.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
worst_weak
Noob
Noob
Posts: 13
Joined: 11 Dec 2010, 05:15
Noob?: No

Re: Bot warpped inside training grounds

#3 Post by worst_weak »

sir i simulated 2 possible scenarios
with this code

Code: Select all

tables/portal.txt

new_2-2 100 105 new_1-3 96 21 0 c r0 n
new_1-3 96 30 prontera 150 50 0 c c r1 c r0 n
1
i warped the character at new_1-3
result:
the character talked to brade and warped at prontera

2
i warped the caracter at new_2-2
result:
the kore shows "cannot calculate route to prontera"

doesn't kore see the npc standing at new_2-2 100 105
as a warp to new_1-3 so he can go to prontera?

thanks in advance sir!