Jump to content



Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  Oblivion Knight : (26 February 2024 - 11:30 AM) Whoa I can edit a typo. The technology.
@  Oblivion Knight : (26 February 2024 - 11:29 AM) Obligatory message.
@  Elwood : (02 January 2024 - 04:19 AM) Happy New Year!!!
@  Aaron : (13 February 2023 - 09:19 PM) I'm still out here alive. If you remember me, I hope you're doing well!
@  Aaron : (13 February 2023 - 09:09 PM) 2023 and this place is still up huhh
@  Elwood : (05 January 2023 - 07:58 AM) Ah a Christmas greeting from Wolfie! Even if I saw it way late Merry Christmas and Happy New Year to everybody!
@  Cero : (31 December 2022 - 09:27 PM) Man that bot went crazy
@  Whitewolf8 : (24 December 2022 - 10:02 AM) I return once more on the eve of Christmas to haunt you all again!... Mainly Elwood. Hello!
@  Elwood : (25 November 2022 - 04:58 AM) A bot! Ah the nostalgia!
@  Elwood : (02 November 2022 - 02:30 PM) Yo ho ho ho! Thar be the white wolf!
@  Whitewolf8 : (24 October 2022 - 12:29 AM) Well, blimey it's been a while. Hoy there! If anyone's still alive here anyway.
@  Valke : (21 April 2022 - 12:12 PM) im taking the 2nd shout of 2022 😂
@  Elwood : (03 March 2022 - 10:12 PM) Mwuhahaha! The first shout of 2022 is mine!
@  Fire Blazer : (12 November 2021 - 05:22 PM) *also stretches arms a little*
@  xcrash1998 : (07 November 2021 - 08:42 PM) "streches arms"
@  Ezra : (07 May 2021 - 05:20 AM) Maybe I'll pop on the discord soon
@  Fire Blazer : (01 April 2021 - 08:08 PM) Aaaaaaand done~ :P
@  xcrash1998 : (29 March 2021 - 08:52 AM) I guess we are one more post away from counting to 2500
@  Fire Blazer : (10 March 2021 - 11:39 PM) but I have bad memory and can't remember ;(
@  Elwood : (15 February 2021 - 10:23 AM) I'd like to but I've told you about my issues with discord before.

Photo

Hex for Dummies


  • Please log in to reply
2 replies to this topic

#1 Ristau

Ristau

    LIGHTS Super-fan

  • Veterans
  • PipPipPipPipPipPipPipPipPipPipPipPip
  • 1,328 posts
  • Gender:Male

Posted 01 August 2012 - 12:30 AM

Here is my key to learning Hex that I just wrote:

Key to Learning Hex by Ryoku:
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
A=10
B=11
C=12
D=13
E=14
F=15

Hex works like this.
(Variables will be Y and Z)
0=YZ

Whichever number replaces Y, is muliplied by 16, and then whichever number replaces Z is added.
For example:
0x53
53=(5*16)+3
so that means that 53=83 simple as that!



If you wanted to continue for non hacking reasons, then just use this guide. From right to left, you have "places." In decimal, there is a the ones, tens, hundreds etc.
Here is the key we're using.
0xN...543210 (Y=1 and Z=2 from before). all you have to do is take the number of the "place" and then raise 16 to that power, and then multiply by the Value in the place. For example: 0x2B4
((16^2)x2)+((16^1)x11)+((16^0)x4)=692


It's that easy!
Posted Image

#2 Lancer

Lancer

    Scrub

  • Members
  • PipPipPipPipPipPipPipPipPipPip
  • 528 posts
  • Gender:Male
  • Location:Canada
  • Interests:Things not related to school. Except English and art. Possibly history as well.

Posted 01 August 2012 - 12:53 AM

LolRyoku.

0xC0 = Ballistas & + 15 Crit (30 on FE6)

To make dem crit happy snipers who can still ballista~

To stack abilities based on hex, find 2 numbers that add up. For example, 0x80 = Ballistas, and 0x40 = + 15 Crit. The sum of these numbers in hex is 0xC0.

TLPMiniBanner.png

vkWfJfS.png

SUP


#3 Ristau

Ristau

    LIGHTS Super-fan

  • Veterans
  • PipPipPipPipPipPipPipPipPipPipPipPip
  • 1,328 posts
  • Gender:Male

Posted 01 August 2012 - 01:30 AM

THAT'S MORE NIGHTMARE SHIT YO. EH, I guess it's relevant.
I suggest adding in decimal, though. Convert first, then convert back.

For example. In FE8, if you wanted to have these three abilities:
1. Rapier/Sieglinde unlocked (10)
2. Lethality (02)
3. Summoning (08)
you would have to take the given offsets in Nightmare (in parenthesis above) and then convert them to decimal.
10=16
02=2
8=8
then add them together.
8+2+16=26

Then, convert it back to hex.
Since it's base 16, the first number in your offset is how many 16's you have (1). (If it's still confusing, use the microsoft calculator if you have windows).

So right now, we know that it's 0x1Z
then we need to take what's left over (10) and convert it to hex (A).
The offset for these three abilities would be 1A!

Plug that into ability 4 on Nightmare, and you're good to go!
Posted Image




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users