Results 1 to 9 of 9
  1. #1
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476

    Error when spawning a custom boss

    Ok, so I made this custom boss and got an error when spawning it. The behavior has 1 shoot line since I just wanted to text it out.


    Here's the error
     

  2. #2
    djzewamars's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    0
    My Mood
    Tired
    Im suggesting you to check your formating (like ) } ; , at the end of the lines etc) because this might be your problem , im faceing this problem really often but its easy to fix. If it isn't a problem maybe you have messed up with states or something different.

  3. #3
    Demon's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Lost
    Posts
    1,095
    Reputation
    86
    Thanks
    316
    My Mood
    Angelic
    " A Key Does Not Exit Thingy" ( Something In Your Boss Doesn't Exist)

    Check His Projectiles, State, And ect in his behavior and xml

  4. #4
    Orbit's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    In-Orbit
    Posts
    672
    Reputation
    55
    Thanks
    484
    My Mood
    Aggressive
    Do you mind posting the behavior here? Or you could contact me via skype and I can try to help.

    “If things go wrong, don’t go with them.”

  5. #5
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    Error is a misspelled state or enemy (CaSe-SeNsItIvE) goodluck.

  6. #6
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476
    @ @Orbit @MikeRaarupBirk

    I made this as a test, here's the information that you need.


    Code:
    #region
    
    using wServer.logic.behaviors;
    using wServer.logic.loot;
    using wServer.logic.transitions;
    
    #endregion
    
    namespace wServer.logic
    {
        partial class BehaviorDb
        {
            private _ Nocturne = () => Behav()
                .Init("Nocturne",
                    new State(
                        new Shoot(10, 10, 10, 0, 90, 500, 1)
                        )
                );
           
            }
    }
    Projectiles
    Code:
      <Object type="0x03ad" id="Nocturne Projectile 0">
        <Class>Projectile</Class>
        <Texture>
          <File>lofiObj5</File>
          <Index>0x8d</Index>
        </Texture>
        <AngleCorrection>1</AngleCorrection>
      </Object>
      <Object type="0x03ae" id="Nocturne Projectile 1">
        <Class>Projectile</Class>
        <Texture>
          <File>lofiObj5</File>
          <Index>0x8e</Index>
        </Texture>
        <AngleCorrection>1</AngleCorrection>
      </Object>
      <Object type="0x03af" id="Nocturne Projectile 2">
        <Class>Projectile</Class>
        <Texture>
          <File>lofiObj5</File>
          <Index>0x8f</Index>
        </Texture>
        <AngleCorrection>1</AngleCorrection>
      </Object>

    XML
    Code:
      <Object type="0x525" id="Nocturne">
        <DisplayId>Nocturne</DisplayId>
        <Enemy/>
        <Class>Character</Class>
        <AnimatedTexture>
          <File>chars16x16rEncounters</File>
          <Index>125</Index>
        </AnimatedTexture>
        <HitSound>monster/oryx_hit</HitSound>
        <DeathSound>monster/oryx_death</DeathSound>
        <Quest/>
        <God/>
        <StasisImmune/>
        <NoArticle/>
        <Size>100</Size>
        <MaxHitPoints>80000</MaxHitPoints>
        <Defense>80</Defense>
        <XpMult>0.35</XpMult>
        <Projectile id="0">
          <ObjectId>Nocturne Projectile 0</ObjectId>
          <Speed>25</Speed>
          <ArmorPiercing/>
          <MinDamage>200</MinDamage>
          <MaxDamage>250</MaxDamage>
          <LifetimeMS>1400</LifetimeMS>
          <Size>110</Size>
          <ConditionEffect duration="4">Armor Broken</ConditionEffect>
        </Projectile>
        <Projectile id="1">
          <ObjectId>Nocturne Projectile 1</ObjectId>
          <Speed>400</Speed>
          <MinDamage>100</MinDamage>
          <MaxDamage>150</MaxDamage>
          <LifetimeMS>1400</LifetimeMS>
          <Size>40</Size>
        </Projectile>
        <Projectile id="2">
          <ObjectId>Nocturne Projectile 2</ObjectId>
          <Speed>400</Speed>
          <ArmorPiercing/>
          <MinDamage>60</MinDamage>
          <MaxDamage>60</MaxDamage>
          <LifetimeMS>1400</LifetimeMS>
          <Size>20</Size>
        </Projectile>
      </Object>

  7. #7
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476
    bump .

  8. #8
    Desire's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Insert Name Here
    Posts
    1,039
    Reputation
    58
    Thanks
    1,394
    My Mood
    Amused
    Quote Originally Posted by Ice Cube View Post
    bump .
    School wifi blocking the screenshot, I'll see what it is later

    Add my skype and I'll help you there

    - - - Updated - - -

    Quote Originally Posted by MikeRaarupBirk View Post
    Error is a misspelled state or enemy (CaSe-SeNsItIvE) goodluck.
    No you cuck, he said it was literally 1 state with 1 shoot behavior
    im not really back nor will i ever get back into developing pservers
    though ill check once every month atleast


     

  9. #9
    AzzyG's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    I Think The Worst Thing You Can Do About a Situation Is Nothing
    Posts
    1,732
    Reputation
    261
    Thanks
    476
    Quote Originally Posted by Desire View Post
    School wifi blocking the screenshot, I'll see what it is later

    Add my skype and I'll help you there

    - - - Updated - - -



    No you cuck, he said it was literally 1 state with 1 shoot behavior
    I alyready have you on skype. I deleted the behav.

Similar Threads

  1. [Solved] [FSOD] Error when using a command to spawn an item.
    By Illusion in forum Realm of the Mad God Private Servers Help
    Replies: 8
    Last Post: 07-29-2016, 06:02 AM
  2. error when i want to hack
    By ~*Dark_Fire*~ in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 10-16-2008, 04:38 PM
  3. [Please Help!] MHS Error when Opening Process
    By zorith in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 08-29-2008, 11:25 AM
  4. help!! error when registering kwr account!
    By jam in forum WarRock Korea Hacks
    Replies: 5
    Last Post: 02-26-2008, 07:57 AM
  5. I got a error when i filled in all the things for a kwr account
    By lolliepop in forum WarRock Korea Hacks
    Replies: 6
    Last Post: 08-21-2007, 09:07 PM