Jump to content

Volvox

Active Member
  • Posts

    249
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by Volvox

  1. You have defined AddItemData like this: AddItemData(self, itemVnum, metinSlot, attrSlot = 0, evolution = 0, flags = 0, unbindTime = 0, window_type = player.INVENTORY, slotIndex = -1, preview = 0) When you call: self.AddItemData(itemVnum, metinSlot, attrSlot, 1) Then you don't set preview = 1, you set evolution=1. So you have to edit this like that: self.AddItemData(itemVnum, metinSlot, attrSlot, 0,0,0,player.INVENTORY,-1,1) To enable only RenderTarget.
  2. Hey I have a problem with hidden mobs. Mostly when i kill a metin or large group of mobs. [Hidden Content] Is there a thread or a fix about this ? Thanks
  3. Thank you I throttle these requests now. Every 5 Minutes 1 request per ip. Its working okay now with postfix.
  4. So first i need a anon debit card.. Zoho dont support my domain
  5. Hey Iam working on a password-reset service for my users. The problem is, that gmail & co really fast blocked my Webserver because of spam. Do anybody has expierence with this ? I looked for Mailgun, but on free account, there is only a sandbox domain. Is there a easy and safe way to send my useres email, without getting fucked up later ? 2EvoTeam
  6. If i open inventory, the game starts freezing as hell. When i close it with 'i' or the button, everything works fine again. [Hidden Content] looks like the error is caused by UiToolTip In Storage are no problems with any freeze. Only Inventory. [Hidden Content]
  7. Nice. Thank both of you. I will bring this on next update. And if it is okay i will refer this thread.
  8. Hey iam looking for a Halloween Map1 (all 3 empires) thank you
  9. Iam getting this error, when i have it to long minimized:
  10. look at bool CHARACTER::EquipItem(LPITEM item, int iCandidateCell) bool CHARACTER::EquipItem(LPITEM item, int iCandidateCell) Then maybe something like that; if (item->GetVnum() == 1234 && GetWear(PART_WEAPON) != NULL) { if (GetWear(PART_WEAPON)->GetVnum() != 4321) { ChatPacket(CHAT_TYPE_INFO, "NOT_VNUM_4321_EQUIPPED")); return false; } } I there are more, you can filter for type/subtype or do a array of vnum
  11. Do you allready have a Webserver? I can build you a simple, but safe register 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.