Results 1 to 9 of 9

Thread: ItemsAddr

  1. #1
    Registered User Mr. Suspicious's Avatar
    Join Date
    May 2002
    Posts
    667

    ItemsAddr

    is this correct?

    ItemsAddr=7737268
    I was expecting to see something at that adress. However, there's nothing but Hx00000000 to be seen there. Never changes either. Thought it should hold the adress of the first item structure (like SpawnHeaderOffest) Perhaps I am misunderstanding it.
    Before asking anything read the pre-face section of http://www.smoothwall.org/download/p....9/doc.faq.pdf

    after you've read it, you know what to do next...




    "Stay alert! Trust noone! Keep your Lazers Handy! Have a nice day." -- Provided courtesy of the Computer. The Computer never lies.

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    59
    It is not pointer on list of player items, it is pointer on list of items on ground (ground spawns). So if you are in zone without groundspawns (most zones are like that unless some player drop something), you will get nil pointer at that adress (0x00).

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    1
    Is there a way to see the items on a mob in myshoweq. I though showeq did this.

  4. #4
    Moderator
    Join Date
    Jan 2003
    Posts
    426
    Not at the current time. The information is available to the server, but it isn't sent for now at least.

  5. #5
    Registered User Mr. Suspicious's Avatar
    Join Date
    May 2002
    Posts
    667
    It is not pointer on list of player items, it is pointer on list of items on ground (ground spawns). So if you are in zone without groundspawns (most zones are like that unless some player drop something), you will get nil pointer at that adress (0x00).
    Ahhhhh Ok =) Makes perfect sence now. Anyone have, perchance, the adress of the "item structure" adress register (like SpawnHeaderOffset, but then for Items on character/mob corpse/merchant/item links* ~ any and/or)?
    Before asking anything read the pre-face section of http://www.smoothwall.org/download/p....9/doc.faq.pdf

    after you've read it, you know what to do next...




    "Stay alert! Trust noone! Keep your Lazers Handy! Have a nice day." -- Provided courtesy of the Computer. The Computer never lies.

  6. #6
    Moderator
    Join Date
    Jan 2003
    Posts
    426
    Grab the MQ.h file from macroquest and look at the _SPAWNINFO structure, it has the location and format of that structure in it.

  7. #7
    Registered User
    Join Date
    Jun 2003
    Posts
    1
    Originally posted by cavemanbob
    Not at the current time. The information is available to the server, but it isn't sent for now at least.
    I am a little dubious of this. Mobs weild their loot. Whether their model can use the item model or not. On an AoW kill, I was bugged, and AoW had the human model. And he was wielding 2 BoC's and had the Helm on. Sure enough, that's what dropped.

    So yeah, dunno what is sent, but something is.

  8. #8
    Registered User
    Join Date
    May 2002
    Posts
    92
    The server DOES send the equipment of what the mob is wearing / holding, but not the usual hidden "Loot" that he is carrying (like, say, a "High Quality Bear Pelt" would not be sent until you actually loot the corpse). And it doesn't send specifics on equipment. Just the model for it. So ususally this equipment info isn't too useful. But you could do things like zone into Kedge, and see if Phinny is holding a staff. You wouldn't know which staff it was (Mage or Wizzy), but you'd know it was one of the two.

    Sauron

  9. #9
    Registered User
    Join Date
    Jun 2003
    Posts
    14

    Ground Spawn names?

    Is there a way for MySEQ to have the names, rather than the ACTOR_DEF names it uses now?

    I'm thinking along the lines of how MQ did it, where once you picked it up, it knew what it was from then on.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On