Difference between revisions of "User:Haibi"

From OpenKore Wiki
Jump to navigation Jump to search
 
(20 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Played RO some years, paused some years, now starting from scratch. Hope I can contribute something useful. // 26-10-2010
 
Played RO some years, paused some years, now starting from scratch. Hope I can contribute something useful. // 26-10-2010
 +
 +
==Some Contributions (not yet published anywhere)==
 +
 +
===tables/iRo/monsters.txt===
 +
 +
  1023 Orc Warrior # was ''1023 Thrall'', wrong Name (maybe on iRo only)
 +
 +
===tables/portals.txt===
 +
 +
At least on iRo Valkyrie the Dimensional Gorge Warp to Morroc and warping from Morroc back to the rest of the world do not work. The corrected values are (old lines have to be deleted, a search for "morocc 160 61 0" should bring you to the old values):
 +
 +
moc_fild20 38 174 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 38 183 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 189 21 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 200 21 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 354 183 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 354 174 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 203 336 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
moc_fild20 215 336 morocc 160 61 0 c r1 c c c c r1 c c r1
 +
 +
And two 3 new lines (for going back from Morroc to Prontera Field):
 +
 +
# moc_fild20 back to prontera field
 +
moc_fild20 203 336 moc_fild01 86 32 0 c r1 c c c c r2
 +
moc_fild20 215 336 moc_fild01 86 32 0 c r1 c c c c r2
 +
 +
Another useful (and cheap, 600z) Warp from Geffen to Izlude:
 +
 +
# Blacksmith Guildsman warp from Geffen to Izlude
 +
geffen_in 109 170 izlude 94 103 600 c c r1
 +
 +
<!-- "coming soon" is not the right word ... I hate "under construction" signs ... -->
 +
 +
<!--
 +
===config/items_control.txt===
 +
 +
I tried to figure out, which items are worth beeing stored for various reasons, i.e. Mixing (Headgears, Dyestuffs), Cooking, Alchemist Creating, Blacksmith Forging and so on. If you need money for your loot, you better adjust it to your needs.
 +
 +
You should replace the existing file with this one - at least the changed entries have to be replaced, so that there are no duplicates.
 +
 +
''Coming soon''
 +
 +
Also I added some missing useless loots to get them sold by default:
 +
 +
''Coming soon''
 +
-->
 +
 +
==Collected macros==
 +
 +
Spread your macros! Add them to [[macro_plugin#Collected_Macros|the macro plugin page]].
 +
 +
Added: Identify using Magnifier, Auto refine rough elu/ori
 +
 +
==Linux specific==
 +
 +
Fortunately Kore '''does''' run on a linux (commandline-only) box. I will share some pretty pieces of shell code and stuff like that here.
 +
 +
===How to restart Kore on error (i.e. crash)===
 +
 +
Just put the following two lines in a new file called ''starter.sh'' and fire chmod +x.
 +
 +
#starter.sh - Kore auto-restarter
 +
./openkore.pl
 +
starter.sh
 +
 +
It will automatically re-launch openkore.pl on exit. To finally exit kore you have to do something like '''killall starter.sh''' on console.
 +
 +
==NPC Locations==
 +
 +
Just a small memo of often used npcs.
 +
 +
===Kafra===
 +
 +
morocc 156 97 # Morroc
 +
pay_arche 55 123 # Payon Archer Village (Payon Cave)
 +
payon 181 104 # Payon
 +
geffen 120 62 # Geffen
 +
amatsu 102 149 # Amatsu
 +
comodo 195 150 # Comodo
 +
prontera 282 200 # Prontera West
 +
aldebaran 143 119 # Aldebaran Center
 +
 +
===Tool Dealer===
 +
 +
xmas_in 40 38 # Lutie
 +
geffen_in 77 167
 +
prt_in 126 76 # Prontera Center
 +
moc_ruins 87 109
 +
payon_in02 87 34 # Archer Vollage Payon
 +
payon 159 96
 +
cmd_in01 79 182 # Comodo
 +
aldeba_in 94 56
 +
izlude_in 115 61

Latest revision as of 22:29, 10 August 2021

Played RO some years, paused some years, now starting from scratch. Hope I can contribute something useful. // 26-10-2010

Some Contributions (not yet published anywhere)

tables/iRo/monsters.txt

 1023 Orc Warrior # was 1023 Thrall, wrong Name (maybe on iRo only)

tables/portals.txt

At least on iRo Valkyrie the Dimensional Gorge Warp to Morroc and warping from Morroc back to the rest of the world do not work. The corrected values are (old lines have to be deleted, a search for "morocc 160 61 0" should bring you to the old values):

moc_fild20 38 174 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 38 183 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 189 21 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 200 21 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 354 183 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 354 174 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 203 336 morocc 160 61 0 c r1 c c c c r1 c c r1
moc_fild20 215 336 morocc 160 61 0 c r1 c c c c r1 c c r1

And two 3 new lines (for going back from Morroc to Prontera Field):

# moc_fild20 back to prontera field
moc_fild20 203 336 moc_fild01 86 32 0 c r1 c c c c r2
moc_fild20 215 336 moc_fild01 86 32 0 c r1 c c c c r2

Another useful (and cheap, 600z) Warp from Geffen to Izlude:

# Blacksmith Guildsman warp from Geffen to Izlude
geffen_in 109 170 izlude 94 103 600 c c r1


Collected macros

Spread your macros! Add them to the macro plugin page.

Added: Identify using Magnifier, Auto refine rough elu/ori

Linux specific

Fortunately Kore does run on a linux (commandline-only) box. I will share some pretty pieces of shell code and stuff like that here.

How to restart Kore on error (i.e. crash)

Just put the following two lines in a new file called starter.sh and fire chmod +x.

#starter.sh - Kore auto-restarter
./openkore.pl
starter.sh

It will automatically re-launch openkore.pl on exit. To finally exit kore you have to do something like killall starter.sh on console.

NPC Locations

Just a small memo of often used npcs.

Kafra

morocc 156 97 # Morroc
pay_arche 55 123 # Payon Archer Village (Payon Cave)
payon 181 104 # Payon
geffen 120 62 # Geffen
amatsu 102 149 # Amatsu
comodo 195 150 # Comodo
prontera 282 200 # Prontera West
aldebaran 143 119 # Aldebaran Center

Tool Dealer

xmas_in 40 38 # Lutie
geffen_in 77 167
prt_in 126 76 # Prontera Center
moc_ruins 87 109
payon_in02 87 34 # Archer Vollage Payon
payon 159 96
cmd_in01 79 182 # Comodo
aldeba_in 94 56
izlude_in 115 61