LOW TI - Solved

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
claudio_sbc
Human
Human
Posts: 29
Joined: 13 Apr 2016, 09:31
Noob?: Yes

LOW TI - Solved

#1 Post by claudio_sbc »

Hello, first, forgive me for my poor english
I saw a page of wiki and do it to warp to Low TI.

Low TI Map: egld2_aldl

1 - Extract the map
1.a To it we will use GRF Tools.
Rate My Server - Tools Download: http://ratemyserver.net/index.php?page=download_tool
Screen:
Image

1.b Downloaded, extracted and opened the GRF Tools, click on open and find the iRO data.grf, the file will be loaded.
1.c Use the text bos to find the map (egld2_aldl)
1.d Choose the files with .gat ant .rsw extensions and click on extract.
1.e Choose the folder to save the extracted files, the will be created a folder with this name -> data

2 - Converting the maps to fld.
2.a Copy the files gat and rsw to your openkore root folder.
2.b Open a cmd prompt and browse to your openkore folder.
2.c Run this command line:

Code: Select all

 start.exe ! .\fields\tools\gat_to_fld.pl
2.d The file egld2_aldl.fld will be created on openkore root folder.
2.e Move the fld file to the fields folder.

3 - Have fun! Now your openkore don´t crash when warp to low TI.

Note: All weeks the TI is changed, so you maybe need to update the map again.

claudio_sbc
Human
Human
Posts: 29
Joined: 13 Apr 2016, 09:31
Noob?: Yes

Re: LOW TI - Solved

#2 Post by claudio_sbc »

Someone can help me to add this map and route?

My plan is add it on lock_map, but the bot can´t found this route.
The openkore don´t crash anymore, but can´t found the route.

I already do it:
1 - Added this line on maps-custom on iRO on tables folder:
egld2_aldl.rsw#Low TI#

2 - Added this line on portals on tables folder:
moc_para01 29 35 egld2_aldl 100 93 0 c r3 c c c r0 (It need talk with Gramps to access the map)

3 - But the bot don run this route:
Image

Anyone could help me?

Alternatively, we can solve it with this macro:

Code: Select all

automacro paralowTI {
   location [b]"cidade"[/b] #<--- Change it to the source city of your bot
   hp > 90%
   run-once 1
   call {
      pause 1
      do move moc_para01 32 24
      do talknpc 29 35 c c c r3 c c r0m
      pause 1
      release all
   } 
}

Locked