Jump to content

Meruem

Banned
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

About Meruem

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

734 profile views

Meruem's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

12

Reputation

  1. that makes him think that this image is made in c + it's absurd to create something like that in c ++ if you're going to need to create code in python.
  2. Nice contribution although I did something different.
  3. if you use mounts by value it is better that way. elif itemType == item.ITEM_TYPE_COSTUME and itemSubType == item.COSTUME_TYPE_MOUNT: MountVnum = item.GetValue(3) if MountVnum != 0: self._ModelPreview(MountVnum ) if not, use the style of the code that showed if you want something better in tec post the complete code.
  4. I will install the code and do the test.
  5. DWORD vnum = pItem->GetIndex(); if (pItem->GetSubType() == CItemData::ARMOR_PENDANT) { if (vnum == ITEMVNUM) { m_armorRefineEffect = EFFECT_REFINED+EFFECTXD; break; } } maybe this way it can work but you must specify more details in the binary.
  6. good has worked for me, since I do not get This function v3Pos.z += float(m_GraphicThingInstance.GetHeight());
  7. You can find many guides in German, or Spanish forums
  8. If you are a programmer, I recommend reading some basic principles guides. The rest must realize how it works since it is not very different from the usual.
  9. that is not an error of the code of vegas but of your source code.
×
×
  • 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.