Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by MrTarky

  1. MrTarky

    Offline / Afk vendor not showing the model

    Was looking exactly at that function and at RenderBuffIcon, but couldn't find what's missing. No worries, I appreciate your help. I will send you my discord through private message. Thanks!
  2. MrTarky

    Offline / Afk vendor not showing the model

    Any specific function or block of code I should be looking at? Cause I am not finding what could be wrong.
  3. MrTarky

    Disable Armor Awake / Disable Weapon Piercing

    Hello, not sure if this has been released before but here it is. DISABLING AWAKES Since in my opinion this is overpowered and awakening pets/fashions should never have existed, here is how I disabled awakes on everything but suits, weapons and shield. randomoption.cpp -> Change...
  4. MrTarky

    Offline / Afk vendor not showing the model

    Fixed almost all stuff except the icon, for some reason it is not showing the icon on the top of the screen, and that's why when pressing J to see the item duration crashes the client. Tried setting the vendor icon in propItem.txt to: Itm_SysSysScrAmpEs.dds which is the one that amplis use and...
  5. MrTarky

    Offline / Afk vendor not showing the model

    Okay so I managed to make it work, now I can deploy the vendor and is selling items. I have few bugs/questions: The vendor icon is not appearing at the top of the screen, once you deploy the npc, the only way to remove it is by purchasing all stuff from the shop. Any clue why the icon is not...
  6. MrTarky

    Offline / Afk vendor not showing the model

    Ah nice! That seems to work. Now I am facing the following problem lol You must be registered for see element. The npc is not being placed, maybe this has to do with the Database?
  7. MrTarky

    Offline / Afk vendor not showing the model

    I didn't add the stuff at the end because I believe that's for weapon rarity or something like that, which I don't have in my source. I am talking about: ITEM_GRADE_NORMAL 1 TYPE1_ALLEXCEPTION TYPE2_ALLEXCEPTION_ALLEXCEPTION What do you mean by 6 bo? What does bo mean? Sorry, it's...
  8. MrTarky

    Offline / Afk vendor not showing the model

    Here is the Spec_item.txt provided by those files you linked above: 6 II_VENDOR_NOMER1 "Vendor 1" 1 1 IK1_SYSTEM IK2_SYSTEM IK3_VENDING = 1 = = 0 = = = = = = = 0 = = 1 = = 1 1 = = MI_MAFL_DONATION 1...
  9. MrTarky

    Offline / Afk vendor not showing the model

    Wrong format in the propItem.txt you mean? I double checked Housing.cpp which is the file that contains this error and didn't see anything out of place.
  10. MrTarky

    Offline / Afk vendor not showing the model

    Yeah, I know it go on CHARACTER_STR, but which part, since when I tried to add it it was giving me error. Also I am having the same error as before with the other files, seems that the NPC cannot be deployed. GetMoverProp range_error min:0, max:1586, index:-12022/ 9/12 22:14:19...
  11. MrTarky

    Offline / Afk vendor not showing the model

    I've managed to compile successfully, on the other hand, the resData.inc provided in the release are v18+. The v15 one exists for this feature? Also it specify to add the following: 3) Add on CHARACTER_STR: , @im_idVendorNPC int = 0, A.m_idVendorNPC, m_idVendorNPC = @im_idVendorNPC...
  12. MrTarky

    Offline / Afk vendor not showing the model

    Can I use those on a v15 source? Well RageZone went bugged, hence the thousand replies.
  13. MrTarky

    Offline / Afk vendor not showing the model

    Hello, so I decided to give it a try and implement this into my source. Right now I am facing the following problem where when I use the vendor shop item, it displays the message Select an area to place your vendor but the model of the vendor is not showing and is it not being placed. In my...
  14. MrTarky

    List of known bugs/exploits

    Hello, is there a list of known bugs/exploits? It would be nice if it was documented somewhere because there might be bugs/exploits that I've never heard about. At least listing the bugs that are crucial for a stable production environment? I would like to take a look and try fixing them, its...
  15. MrTarky

    Cabal Necro Website

    I used WampServer 3.2.3 and PHP 7.4 for development. No idea for Xampp.
Back
Top