same hereYup. "Connection to the TCP Gecko has failed!" even though I do have TCP Gecko activated.
same hereYup. "Connection to the TCP Gecko has failed!" even though I do have TCP Gecko activated.
I am using the code from tcpgecko net.
OK stick with previous version
Because I changed the connection code. I don't fully understand it myself tbh
The new version doesn't offer anything new. Just connection test
No problem, Panda.OK so it was a bug with the Ip address, i will push a new file on github. thanks for testing
How I change the horse at the stable? I want to get Epona but I don't see a tab for it, I would really appreciate it if someone could help me out. Where am I supposed to put this code?
Just pick up any weapon or what ever type ur trying to get and change the ID with the trainer.
Code:Horse in stable slot 1 Epona 01000038 4011EBD4 47616D65 526F6D48 6F727365 45706F6E 61000000 00000000 Horse in stable slot 2 The Royal White Stallion 01000038 4011ED14 47616D65 526F6D48 6F727365 5A656C64 61000000 00000000 Horse in stable slot 3 Giant Horse 01000038 4011EE54 47616D65 526F6D48 6F727365 30304C00
OK so it was a bug with the Ip address, i will push a new file on github. thanks for testing
The Hylian Trousers are included within the Hylian Set.I'm also surprised Hylian Trousers isnt on the list either.
Here it is
Armor_001_Lower --> Hylian Trousers
Armor_002_Lower --> Hylian Trousers *
Armor_003_Lower --> Hylian Trousers **
Armor_004_Lower --> Hylian Trousers ***
Armor_015_Lower --> Hylian Trousers ****
Armor_044_Upper -> Warm Doublet
Basically this:To change modifiers to fit exact increment amounts (i.e. Attack +11, +12, +13,) just use a Hex to Dec converter (google is your friend.)
1-9 ~
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15
Then double integers are required..
10 = 16
11 = 17
12 = 18
And so on. Conversion is required for later unless you know Hex off the top of your head.
---
Something I noticed was how the Double Helix [cough, Fierce Deity's Sword] with max modifier +23 is still colored in White instead of
Green (to signify max modifier rank,) as the Biggoron's Sword, Sword of Sages, and other weapons with their max modifier are correct.
That makes me wonder if +23 is the correct modifier..
Example
Combining Mod Amount : 00000000A with mod type 00000001
Changed my master sword to
40 Attack - 30 & Attack Up +10
Basically, you change the modifier to an Hex value which corresponds to the Attack Up value you want.
In this case, HEX value 'A" equals "10" in decimal.
Something like "60" in HEx (000000060) would change the total to 96,, which added with the Base 30 of the Master Sword adds up to 126 attack.
If you add +10 to the Biggoron's Sword, or follow the recommended max stats that are in the OP (also the Official Guide), they come out as Green for me. However, the "FD" Blade doesn't follow suite.Basically this:
Is there any weapon in the game which has the maximum Attack Up modifier (Green one)?