1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

AttachmentPoint is lagging

Discussion in 'Archive' started by nkChehov, May 14, 2013.

Thread Status:
Not open for further replies.
  1. nkChehov

    nkChehov Ballista Bolt Thrower
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    172
    Category: (KAG Client & KAG Server)
    Operating system: Windows
    Build number: ### 753
    Description: function bug
    Steps to reproduce:
    CBlob@ blob = server_CreateBlob(...);
    AttachmentPoint@ p;
    blob.server_AttachTo (blob, p);
    p.getBlob(); <============== when lunch mode, compiling stops in this line and start debugging, thats not work as so (commands like 'n' just crash KAG)
    Screenshots/Videos:
    1.png
    2.png
    3.png

    P.S. Maybe I do something wrong?
     
  2. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    AttachmentPoint doesn't have a getBlob method, that's why it crashes.

    Also, your code "BlueBase.server_AttachTo(BlueBase, poin)" basically attaches BlueBase to itself.
    It could be what's causing the huge lag.

    What are you exactly trying to do?
     
  3. nkChehov

    nkChehov Ballista Bolt Thrower
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    172
    This https://forum.kag2d.com/threads/cblob-in-massive.13751/#post-211341
     
  4. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    Not a bug. Issue solved.
    => Closing
     
Thread Status:
Not open for further replies.