black/red horse

derwisz

Dedicated Member
Dedicated Member
Apr 23, 2005
131
0
62
Poland
hi
I see some of you are already moving to next horses while I still have problems with 4th :)
horsecall works for me with 1-3 and have no idea how to get "darkhorse" work,
I understand that in 3.55 we have; 3rd is Red and 4th is DarkHorse configured in only in .txt - is that right?
thx
 

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
285
Manchester, UK
the 4th horse appr is 119 as for the latest 5th horse thats the 1 i carnt get working as it would be appr 120 i also added the 4th horse to the horse npc to buy
Code:
DarkHorse,150,19,119,130,0,0,0,0,0,5,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,500,0,1,2000,0,0,,
BattleHorse,150,19,120,140,0,0,0,0,0,5,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,500,0,1,2000,0,0,,
 
Last edited:
Upvote 0

Demonic

LOMCN VIP
VIP
Dec 1, 2003
1,806
2
185
I added in the Fiels for the Extra Horses (in my case it had 5, but what was important was it had at least 4), I then added another Mob by the name of Horse4, the next in Sequence or Similar to Horse 3 (not at home, will check later). I checked the STRRES3G on latest and noticed no Difference (i.e. No Horse4 in there).

In Game, the commands are the same @recallhorse Horse4 :)
 
Upvote 0

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
285
Manchester, UK
to add it to horsemarket its like this
Envir\Convert_Def\QuestDiary\System\HorseMarket.txt
Code:
<Purchase/@BuySuperHorse> {FCOLOR/10}Super{FCOLOR/12} dark horse(90,000,000 Gold,Required Level 75)\

Envir\QuestDiary\System\HorseMarket.txt
Code:
[@BuySuperHorse]
#IF
checklevel 75

#ELSESAY
#INCLUDE [..\Convert_Def\QuestDiary\System\HorseMarket.txt] @Convert_HorseMarket_5

#ELSEACT
break

#IF
checkgold 90000000

#ELSESAY
#INCLUDE [..\Convert_Def\QuestDiary\System\HorseMarket.txt] @Convert_HorseMarket_6

#ELSEACT
break

#IF
CheckHorse

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\HorseMarket.txt] @Convert_HorseMarket_7

#ACT
break

#IF
checklevel 75
checkgold 90000000
!CheckHorse

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\HorseMarket.txt] @Convert_HorseMarket_8

#ACT
take Gold 90000000
horsecall DarkHorse
break
 
Upvote 0

derwisz

Dedicated Member
Dedicated Member
Apr 23, 2005
131
0
62
Poland
thx, your posts made me look closer at my db and I found hosre4 instead of horse4 :/
thx again
 
Upvote 0