• 0

    posted a message on [Library] Boss Bars+ b04b

    @xXdRaGoNrIdDeRXx: Go

    nvm i found it in changelog

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    did you fix the nameing thing you know having it as text instead of string

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    its not that as i have both dialogs for my minimap both model and nonmodel and i can still click through

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b
    Quote from FuzzYD: Go

    with dialog's being modal or not.

    oh ok i cant find out and fix it with the galaxy thanks to your coding im learning some galaxy

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    ok thank dont forget the having battle.net names in the bossbar if you can add to update that will be awesome or ill look around the coding to see if i can find a workaround (currently 11:17PM GMT -5 where i am)

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    i figured it out also i fixed the infested civilian glitch has to be infested colonist but the model name is infested civilian change respected code in galaxy here it is

    "Change Civlilian to Colonist if it exist"
    if(StringFind(a,"civilian",false) != -1){
    a = StringReplaceWord(a,"Civilian","Colonist",1,c_stringNoCase);
    }

    the quotation sentence is a comment cant use forward slashes as it makes it italic

    just place this under the check for male/female in the bbSetBoss looks like this:

    if(StringFind(a,"male",false) != -1){
    a = StringReplaceWord(a,"Female","",1,c_stringNoCase);
    a = StringReplaceWord(a,"Male","",1,c_stringNoCase);
    }

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    i believe thats how i have it except it picks each player and creates a boss bar but is there a way i can disable this automatic portrait or put a portrait on unit i like that how would i go about putting portraits on units not 3d ones or does it need to be 3d

    i prefer putting a portrait on the unit (would like to know how) saves coding the image every time for different monsters as this monster list could be in the 40s idk rough estimate

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    i am getting some error messages involving catalog stuff here are the messages from trigger debugger

    Quote:

    00:00:05.00 Trigger Error in 'gt_Player2Status_Func': Catalog entry 'AmazonPortrait' was not found
    00:00:05.00 Trigger Error in 'gt_Player2Status_Func': Could not get 'entry' from parameter in 'CatalogFieldValueGet' (value: 4720832)
    00:00:05.00 bbSetImgDC: No image input @ BossBar#1
    00:00:05.00 Trigger Error in 'gt_Player3Status_Func': Catalog entry 'AmazonPortrait' was not found
    00:00:05.00 Trigger Error in 'gt_Player3Status_Func': Could not get 'entry' from parameter in 'CatalogFieldValueGet' (value: 11733197)
    00:00:05.00 bbSetImgDC: No image input @ BossBar#2
    00:00:05.00 Trigger Error in 'gt_Player4Status_Func': Catalog entry 'AmazonPortrait' was not found
    00:00:05.00 Trigger Error in 'gt_Player4Status_Func': Could not get 'entry' from parameter in 'CatalogFieldValueGet' (value: 11733202)
    00:00:05.00 bbSetImgDC: No image input @ BossBar#3
    00:00:05.00 Trigger Error in 'gt_Player5Status_Func': Catalog entry 'AmazonPortrait' was not found
    00:00:05.00 Trigger Error in 'gt_Player5Status_Func': Could not get 'entry' from parameter in 'CatalogFieldValueGet' (value: 11733207)
    00:00:05.00 bbSetImgDC: No image input @ BossBar#4

    Note this is in a quote because i wanted a box around it :)

    I would like to point out i have 5 separate boss bars 1 for the 4 other players and the 5th for the monsters
    am i having this issue because i haven't set something on the unit keep in mind all my units are custom and this happens when the image wants to be create as it happens in monster bar that shows no image could you help me fix this

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    @FuzzYD: Go

    noticed you can't click through the dialog is there a way of doing that its not that big of an issue my biggest issue is getting the player name on the dialog

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    @xXdRaGoNrIdDeRXx: Go

    i might have found out how to do it lol didnt read readme woops

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    @FuzzYD: Go

    ok thanks one other question how do i actually change the image the bar uses i see in the example its using the image from the unit well what do i change on the unit to change the picture

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    ok now there is another problem. I want the boss bar to display the name of the player and this is not possible as you made it a string not text if you can change that will be great

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on [Library] Boss Bars+ b04b

    i am glad this is done it works perfectly for what i need i was just wondering if its possible to make the picture a circle its just a thought thanks FuzzYD your definitely going in my credits

    Posted in: Trigger Libraries & Scripts
  • 0

    posted a message on Newbie Wednesday- Ask Questions!

    @xXdRaGoNrIdDeRXx: Go

    answered my own question

    Posted in: General Chat
  • 0

    posted a message on Newbie Wednesday- Ask Questions!

    my question is how to have a unit only attack 1 unit with that being a certain unit you click even if there is a group of enemies.

    for example you click a zombie your amazon only attacks that zombie then when killed just waits for next target
    I'm gonna use this in my Diablo map.

    Quote from zeldarules28:

    I've been kind of sick lately,

    I Have also been sick must be flu hope to hear you get better

    Posted in: General Chat
  • To post a comment, please or register a new account.