Jump to content

emanuel

Inactive Member
  • Posts

    324
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by emanuel

  1. Hello devs, it's any way to Block brute force login client side? I think its possibile with this way? : - after 5 or 10 login fail ban IP for one Hour? - a solution to ban them HWID? automatically? Someone from here know something?
  2. Done,for those who have this problem : go in constants.cpp to line : const SStoneDropInfo aStoneDrop[STONE_INFO_MAX_NUM] = delete the whole function and replace it with : const SStoneDropInfo aStoneDrop[STONE_INFO_MAX_NUM] = { };
  3. Hello devs,i ask here maybe someone know something..i have weird bug on mob drop item,so for example on stone number 8002 in mob_drop_item.txt i dont have in drop list item : 13649 but that stone drop it..i search in source,everywhere,in serverfile..i dont find it..someone have a ideea why this is happen ? why that item drop even if is not in drop list ? thx.
  4. mhm bro i need something else,i need functions for python,not for source,that's not whatt i need,i need function for python on def OnPvP(self): Someone know a little function for this ?
  5. Hi devs,someone have a ideea for a function that cannot press duel when a player it's transformed/polymorphed ? It's for function def OnPvP(self): Thank you!
  6. Someone have full unbugged kid system for share ? thank you.
  7. To late,after 2 days of works it's finish
  8. Searching someone who can help me to install cython,i have some problems on compile,some files wont compile,who know,who want,just tell me a price in comment thx
  9. Helloo,i searching for a good developer who can make for me a function,i pay for you'r work,i accept reall developers with developer title,thank you!Comment here or give me a private message if you need money and if you are developer <3
  10. Hi galet,thank you for you'r reply. I have a system i can scale everything.mobs,npcs and more,and with that code i scale them,i ask here,how can i modify the code to scale characters too ?
  11. Hello again I have a stupid question,if it's possible .. Can i scale characters with this code ? i mind ,characters didnt have an id to type in this function,if i can scale characters (sura/warr/ninja/shaman) how can i modify this function ? Thx. if(m_dwRace == 9003 || m_dwRace == 9010){ float scale = c_rkCreateData.m_dwLevel * 0.009f + 0.65f; m_GraphicThingInstance.SetScaleNew(scale, scale, scale); } else m_GraphicThingInstance.SetScaleNew(1.0f,1.0f,1.0f); I want characters a little small,will be wonderfull <3
  12. Yes i understand,it's ok like this,where can i get the code ?
×
×
  • 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.