Jump to content

.InyaProduction

Former Staff
  • Posts

    511
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by .InyaProduction

  1. .so is a library thats not related to lua
  2. Can you pay by paypal? If so ill make it for 2,50€ (ill take the transaction fees)
  3. For the SAFESEH error: [Hidden Content](v=vs.110).aspx
  4. If that adds 100 mb every time the memory leaks are not resolved
  5. 700-800 MB is handleable by every 100€ computer these days. Aslong as you dont reach 2 GB dont worry about ram And most likely there are much memory leaks. It would be possible to reduce them. But its not easy
  6. ITEM_IRREMOVABLE Try to remove that. If it doesnt help its a source bug
  7. Did you install php? Have you included the php so file in apache? Add me on skype: gm.tune and ill take a look at it
  8. You import the skeleton in a lower version and save it as max. That one saves EVERYTHING then load the max file in the new one
  9. Mmm but seen and exporter not only has the Importer without the Importer not be able to export the skeleton .. Import in lower version -> save as .max -> import to new version
  10. Try to load the newest one of them. Sometimes theyre compatible
  11. Well the scroll your example page doesnt really work so i dont know what you want
  12. jQuery( document ).ready(function() { jQuery('.scroll-smooth').click(function (e) { e.preventDefault(); var status_id = $(this).attr('href').split('#'); var element = jQuery("#" + status_id[1]); if(element.length > 0) { scroll = element.offset().top - 40; jQuery("html, body").animate({ scrollTop: scroll }, 1000); } }); }); Now just attach the class "scroll-smooth" your button an in the href tag you put your id you want to scroll to (if you want to go top give the body the id scrolltop and let the link look like that:<a href="#scrolltop">LINK</a> You can watch a demo here: [Hidden Content] At the bottom you find "Nach oben" (german for to top) click on that and it will smothly scroll to top
  13. The packet with header 24 (defined in packet.h) does only exist on one side (either client or server)
  14. SG never actually had the Source. Ymir was just using SG Servers for storage. For 2089 and 34k source didnt leak. Just the gamefiles
  15. Thtas just failed coordinates in Thinboard class. Show me your ui.py please
  16. Part from ACMD(do_block_chat): if (ch && (ch->GetGMLevel() < GM_HIGH_WIZARD && ch->GetQuestFlag("chat_privilege.block") <= 0)) So if you give somebody the quest flag chat.privilege.block set over 1 he will be able to block others chat with block_chat (usefull for undercover GMs)
  17. You exported with 3ds max yourself right? Try the converter by ricky92
  18. Delete/Rename D:ymir work folder from your local device. Had the same problem
  19. You have to create a download. It will autocreate the topic for it. Download Creation: [Hidden Content]=
  20. case ITEM_COSTUME: { DWORD toSetValue = this->GetVnum(); EParts toSetPart = PART_MAX_NUM; // °©¿Ê ÄÚ½ºÃõ if (GetSubType() == COSTUME_BODY) { toSetPart = PART_MAIN; if (false == bAdd) { // ÄÚ½ºÃõ °©¿ÊÀ» ¹þ¾úÀ» ¶§ ¿ø·¡ °©¿ÊÀ» ÀÔ°í ÀÖ¾ú´Ù¸é ±× °©¿ÊÀ¸·Î look ¼¼ÆÃ, ÀÔÁö ¾Ê¾Ò´Ù¸é default look const CItem* pArmor = m_pOwner->GetWear(WEAR_BODY); toSetValue = (NULL != pArmor) ? pArmor->GetVnum() : m_pOwner->GetOriginalPart(PART_MAIN); } } This is the part where the costume gets set
  21. Objects are nice. But the landscape is too flat
  22. Are you freakin Crazy? You receive a DMCA Takedown and reupload all this? If you wanna go to jail or pay a big fee this is the way to go... For all who wonder what im Talking about: [Hidden Content]
×
×
  • 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.