Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Actuall mod.xml
  2. <editfile name="ui/alt_info_hero.interface">
  3. <find><![CDATA[<!-- Expanded Name plate -->]]></find>
  4. <find><![CDATA[onload="CreateInt('_altInfo_totalItems', 0);"]]></find>
  5. <replace><![CDATA[
  6. name="bang_ARP_ARCFrame3"
  7. onload="CreateInt('_altInfo_totalItems', 0); If(bang_ARP_UseFArc, SetY('-11.0h'), SetY('-7.6h'));"
  8. onevent="If(bang_ARP_UseFArc, SetY('-11.0h'), SetY('-7.6h'));"
  9. ]]></replace>
  10. </editfile>
  11.  
  12. New like wantd by me :P
  13. <editfile name="ui/alt_info_hero.interface">
  14. <find><![CDATA[<!-- Expanded Name plate -->]]></find>
  15. <find><![CDATA[onload="CreateInt('_altInfo_totalItems', 0);]]></find>
  16. <replace><![CDATA[
  17. name="bang_ARP_ARCFrame3"
  18. onload="CreateInt('_altInfo_totalItems', 0); If(bang_ARP_UseFArc, SetY('-11.0h'), SetY('-7.6h')); ]]></replace>
  19. <find><![CDATA["]]></find>
  20. <insert position="after"><![CDATA[
  21. onevent="If(bang_ARP_UseFArc, SetY('-11.0h'), SetY('-7.6h'));"]]></insert>
  22. </editfile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement