Protector1981 schrieb: »Öhm,
ich würde vorschlagen solche Anfragen auch dort zu stellen, wo sie sinnvoll sindNämlich auf der entsprechenden Addon-Plattform:
https://www.esoui.com/downloads/info3158-BanditsCompanionsandPets.html
Ich befürchte, hier wird es keiner bzw nur sehr einschränkt jmd mitbekommen
I updated BCUI_Initialize.lua to include the two new companions on the side bar.
I simply changed lines 5 through 8 with the below code:
Code:
--bastian,mirri,isobel,ember,sharp,azandari,tanlorin,zerith-var
local companionIds={9245,9353,9912,9911,11113,11114,12172,12173}
--get ids
--/script for i=10000,13000 do local name,_,_,_,_,_,_,_,_,type=GetCollectibleInfo(i) if type==27 th
Bitsqueezer schrieb: »Hat schon jemand angepaßt, laut Forum:
https://www.esoui.com/downloads/info3158-BanditsCompanionsandPets.html#commentsI updated BCUI_Initialize.lua to include the two new companions on the side bar.
I simply changed lines 5 through 8 with the below code:
Code:
--bastian,mirri,isobel,ember,sharp,azandari,tanlorin,zerith-var
local companionIds={9245,9353,9912,9911,11113,11114,12172,12173}
--get ids
--/script for i=10000,13000 do local name,_,_,_,_,_,_,_,_,type=GetCollectibleInfo(i) if type==27 th
Mußt Du also nur lokal in Deinem Skript anpassen, dann sollte es gehen.
Bitsqueezer schrieb: »Nein, die Zahlen sind Objekt-IDs, die darfst Du nicht verändern. Die Namen stehen als Bemerkung oben drüber (also welche ObjektID welcher Gefährte ist). Die Namen werden von der UI in ESO automatisch eingesetzt.