I begin to be ashamed that I have so many questions :^_^':
Yesterday I found this topic http://forum.chaos-project.com/index.php/topic,13175.0.html
Well, I changed the position of hotkeys:
# set x and y position
self.x, self.y, self.z = 230, 420, 1100
and also I moved the menu windows which are showing the skills and the items
(https://lh4.googleusercontent.com/-J7WXeb-MSqE/VNixvDre5OI/AAAAAAAAAKM/15vvybi2X6A/w640-h480-no/Untitled.png)
I changed the arrow's position too, but it's not changing only the y position. It changes the x coordinates, but only for a second, and its jumping back automatically to 160 form 230 (as you can see at the screenshot).
I saw, that KK20 said that Globock should edit something at #update_choice, and to check some HUD scripts.
I tried to do some modifications at update_choice, but it did the same thing, I don't really got what to do there...
And I checked all the HUD scripts, but I didn't find anything useful. Maybe I did something wrong but I can't find the solution :(
And one more question if possible:
Where can I change the position of the HUD? ( I want it to be a little lower).
Sorry for spaming too much with my questions :shy:
How about posting all the changes you made?
For the update_choice, it's practically staring at you:
def update_choice
# set x position
@choice.x = 160 + @index * 32
Change the 160 to 230.
For lowering the HUD, go to Part 3 and find this
# set x, y position depending on which HUD mode
case BlizzABS::Config::HUD_POSITION
when 0 then self.x, self.y = 4, 4
when 1 then self.x, self.y = 640 - self.bitmap.width - 4, 4
when 2 then self.x, self.y = 4, 364
end
I believe you put HUD_POSITION to 2. As you can see there, the Y value is set to 364. Just increase that number more to your liking.
Whoa! I feel really bad now :shy:
I found the Update_choice and made the change yesterday and for that I was surprised, that it didn't work, but now I was reading all of my scripts and I found the Hotkey Limiter script. So I has to change the x position there not in the third part of BlizzABS. :facepalm:
Sorry for that :/ I'm a beginner jet in the using and editing of database, and sometimes I don't really know where to ask for help to not be rejected (like in many other forums I was registered) :P
But thank you very much for helping me every time ! :)
Lvl+ from me