Jump to content

1g0rS1lv4

Community
  • Content Count

    141
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by 1g0rS1lv4

  1. the tickets if I'm not mistaken you have to forward all the ItemUse of the tickets found on iteminfo for a new function that can be found in lua / plugins / ticket.lua something like that I'm not on the computer. Sorry for bad inglish.
  2. to create a guild in addition to stone you have to have 10M.
  3. Bug Title: when logging out of his character he disappears Bug Description: when logging out of his character he disappears How to replicate: when logging out of his character he disappears Status: CLOSED Author (whoever that fixes it): Eviles and GustavoHMA Reported Error location. opens the ItemContent.h file located at: Client\Common\common\include search for the function: short sNeedLv; and above it add this: bool bIsLock; getting like this: now search for this function: inline SItemGrid :: SItemGrid (short sId, short sINum) find: sNeedLv = 0; and above it add this: bIsLock = 0; getting like this:
  4. Guild Disband https://gyazo.com/9ba2dc88fc77f2b715804ffa08ff52ea Guild Creation https://gyazo.com/7961d2b4b069615e08ee1331ae885c27 soon post here, not 100% still crash sometimes when creating or deleting guild, but now less often.
  5. https://gyazo.com/f30206a058f89eea491b31b6a4a16b02
  6. did you throw MindPower3D_D8R in your system folder? or if you are using Corsair resolutions, you may be missing the CameraConf1024.clu file.
  7. I don't know if anyone else had this problem, after a while of online server, being giving error to create character, says that the nickname already exists but it does not exist in the database. I don't know how to replicate it happened to me a few times, at random times.
  8. Bug Title: Item Price on Invertory Bug Description: Item Price on inventory is not divided by 2 which means it shows same Trade Value as you see at NPC How to replicate: Visit any npc and buy any item, the Trade Value of that item will be same even after you purchase it! Status: CLOSED Author (whoever that fixes it):.... open UIItemCommand.cpp and search for: sprintf( buf, g_oLangRec.GetString(674), StringSplitNum( isMain ? _nPrice / 2 : _nPrice ) ); replace with sprintf( buf, g_oLangRec.GetString(674), StringSplitNum( _ItemData.sNum != 0 ? _nPrice / 2 : _nPrice ) );
  9. can you offer more information about the bug? which file be using?
  10. I'm looking for someone who can program in C ++ / C #, for some services. send me message in PV.
  11. @Graf Res GroupServer this one works perfectly for me.
  12. the website uses the same database as your server, the only difference would be the database for the Item Mall and Award Center. the database for the Item Mall can be found on the public link as well. https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!aMdWAaza
  13. website is not difficult to find and configure, you may be downloading a variety of websites from Public Link. to configure the website after having downloaded it, and some program to be able to run as Ex: Xampp or Zend, just go to the folder it is located in my case and this one: \ xampp \ htdocs \ includes \ inc.config .php. Public Link AutoPatcher Thor PKO Dev Guides I'm sorry for the bad English.
  14. @qfull66 Я использовал его на нескольких серверах, и он всегда работал, я не использовал этот инициатор в течение длительного времени.(I've used it on several servers and it always worked, I haven't used this initiator for a long time.)
  15. https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!DAFTSaQQ
  16. https://tibiaking.com/forums/topic/47190-launcher-autoupdate-c/ Я давно пользуюсь этим лаунчером, но скачал здесь. (I have been using this launcher for a long time, but I downloaded it here.)
  17. Hello everyone, I'm using Corsair's source code, lately I have enabled his fusion to work on Ring and neck, but whenever I fuse him with an App, the status of that equipment disappears. would anyone know how to solve?
  18. @scapegoat try to connect fewer maps.
  19. how do i add icon to a new potion or amp? or there is no way? add icon to appear in effect next to others.
×
×
  • Create New...