Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/12/18 in all areas

  1. I hope, one day, will community get that, you have to show up your code, if you want to help with it.
    1 point
  2. 1 point
  3. EterLib/GrpTextInstance.cpp // Include this file: #include "../EterBase/Timer.h" // Find (in Render method): if (m_isCursor) // Replace with this one: if (m_isCursor && (ELTimer_GetMSec() / 500) % 2) // Blinking draw when the TextLine is EditLine
    1 point
  4. Is not my itemshop, but I know how developers feel when their work goes leak and people asks for support. Is not c++ btw.
    1 point
  5. if (amount > 200 || amount < 1) then { syschat('Error processing your request, the max amount is set to 200.'); return end }
    1 point
  6. I have a fix, fix like your protection add to UserInterface.cpp remove( "ErrorLog.txt" );
    1 point
  7. For inventory problem: ## uiselectitem.py ## Search: for i in xrange(player.INVENTORY_PAGE_SIZE*2): ## Replace with: for i in xrange(player.INVENTORY_PAGE_SIZE * player.INVENTORY_PAGE_COUNT): For +3 stones: -- guild_building_melt.quest -- Search: if item.vnum < 28000 or item.vnum >= 28300 then -- Replace with: if item.vnum < 28000 or item.vnum >= 28400 then
    1 point
  8. M2 Download Center Download Here ( Internal ) Hello metin2dev, i would like to share with you the 'qc' for windows. It works perfectly like the one for BSD. I'l also share YMIR quest_functions & questlib.lua , however , they are not needed by this application. Virustotal: here Download: here
    1 point
  9. Hey guys, have someone these maps?
    0 points
  10. Copyright What it does? Everytime player login in game, this function will look in all itens from player inventory. If server detect any item with more bonus then normal (from item_attr table).... the server will replace all bonus from this system. I hope u understand and sorry for my english! //#input_login.cpp // #char.cpp //#char.h //#sql to logs //#Know bugs items with SKILL_DAMAGE_BONUS or NORMAL_HIT_DAMAGE_BONUS will see bonus replace this sistem dont detect itens with bónus 6/7 this system will replace bónus from sash system etc.... If anyone know how to solve this small bugs, reply pleace. Its a nice and simple system to help in Fair Play
    0 points
×
×
  • 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.