Remkoz01 1 Posted August 14, 2021 Share Posted August 14, 2021 how to convert combat log guid to int128 guid ? Link to comment https://wrobot.eu/forums/topic/13360-convert-ingame-guid-to-int128-guid/ Share on other sites More sharing options...
Matenia 628 Posted August 14, 2021 Share Posted August 14, 2021 What do you mean? Guid128 has a constructor that takes Int128 and the ToString method parses it to ingame GUID names. Whatever you want to do, you can work with that. If you want to parse the string to a Guid 128, you would need to fill the respective bits of a 128 bit integer. I haven't done that so have no example code Link to comment https://wrobot.eu/forums/topic/13360-convert-ingame-guid-to-int128-guid/#findComment-63253 Share on other sites More sharing options...
Remkoz01 1 Posted August 14, 2021 Author Share Posted August 14, 2021 Yes i know what u mean but what i want is how to convert ingame guid to hex128bit. Nvm i found my answer on other forum. Link to comment https://wrobot.eu/forums/topic/13360-convert-ingame-guid-to-int128-guid/#findComment-63254 Share on other sites More sharing options...
Matenia 628 Posted August 14, 2021 Share Posted August 14, 2021 Then please post the answer here as well. Link to comment https://wrobot.eu/forums/topic/13360-convert-ingame-guid-to-int128-guid/#findComment-63255 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now