Results: 6Comments by: rav
File: ravSpeed05/11/14
Re: Odd Question re: Steed
Posted By: rav
Great research, good to know! I have the steed mundus stone which increases move speed (it does seem to work) but on outdoor maps it still seems to register my speed as 100%/250 is this a problem with the addon, the steed effect, or my perceptions? EDIT: Weird... it seems to be a bug, I went into cyrodil and changed my mundus...
File: ravSpeed05/07/14
Well... I had some insPiration ;)...
Posted By: rav
Well... I had some insPiration ;) Cool :) PS: Love the description format :D
File: ravSpeed05/07/14
Would it be possible to make this w...
Posted By: rav
Would it be possible to make this work for Range Reticles too? You would be my true Addon hero for a very long time! :) I'm not sure I understand, what you mean. Do you want to see the speed at the Reticle? There are other addons to change the reticle depending on distance. hey could you add a feature that it saves the ups pe...
File: ravSpeed05/04/14
Re: very cool
Posted By: rav
Just yesterday I opened the API doc to begin writing this very mod. I go away for a day, come back, check the latest additions, and here it is. :) Only problem I see is it needs to be calibrated in every zone. For instance, I was in Shadowfen, and I was at 1030ups. So I issued /ravspeed 1030 command. And sure enough it start...
File: Vicster's InventoryInsight05/01/14
hooking ZO_InventorySlot_OnMouseEnter
Posted By: rav
Hey there, I've looked into your old code and located your mistake. You've basically done this: INVENTORYSLOT_ORIGINAL_MOUSE_ENTER_HANDLER = ZO_InventorySlot_OnMouseEnter; ZO_InventorySlot_OnMouseEnter = function( ... ) doStuff( ... ); INVENTORYSLOT_ORIGINAL_MOUSE_ENTER_HANDLER( ... ); end You are not allowed to...
File: Esohead04/15/14
Found a bug
Posted By: rav
There's a bug with items which have quotes in their name. This has broken my savedvariables file: = I have manually replaced the quotes with ' to fix it.