Jump to content

Target Information System Error Source


Recommended Posts

Hello guys, i have 2 erros when i m compiling source
after i tried installing Target Information System, i did everything like everyone
and i get these errors, i m tired of looking how to solve them but no fix..
The errors are the next i m going to show u:
use of undeclared identifier 'typeof'; did you mean 'typeid'?
use of undeclared identifier 'v'
The file that has the error is item manager.cpp

The line is 862

    // Drop Item Group

    {

        itertype(m_map_pkDropItemGroup) it;

        it = m_map_pkDropItemGroup.find(pkChr->GetRaceNum());

 

        if (it != m_map_pkDropItemGroup.end())

        {

            typeof(it->second->GetVector()) v = it->second->GetVector();

 

            for (DWORD i = 0; i < v.size(); ++i)

            {

                item = CreateItem(v[i].dwVnum, v[i].iCount, 0, true);

 

                if (item)

                {

                    if (item->GetType() == ITEM_POLYMORPH)

                    {

                        if (item->GetVnum() == pkChr->GetPolymorphItemVnum())

                        {

                            item->SetSocket(0, pkChr->GetRaceNum());

                        }

                    }

 

                    vec_item.push_back(item);

                }

            }

        }

    }

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 3

      Crystal Metinstone

    2. 3

      Feeding game source to LLM

    3. 113

      Ulthar SF V2 (TMP4 Base)

    4. 3

      Feeding game source to LLM

    5. 0

      Target Information System

    6. 3

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.