Jump to content

mkhzaleh

Community
  • Content Count

    304
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by mkhzaleh

  1. https://discord.com/developers/docs/rich-presence/how-to you have to build discord sdk, and see their examples
  2. define the CMD_MM_DO_STRING = 4015 -- lua_all and try
  3. i have mentioned it above your only way to use lua_all or save buffer spr value in .txt and load it back on remove states all codes about talk about player role, not buffer role so the spr is different as i mentioned it before too, addstate/removestate have info only of current player that's why i said u have to save it inside skill first then use it later --the code above as example local sprvalue = 5 --this example local cmd = string.format("HardenTable[%d]=%d",deferId,sprvalue) lua_all(cmd,role) this will update table cross all gameservers for u
  4. this script would be worst thing u may run in your server ever you don't need cha_timer if you're seeking to boost exp for players killing monsters you must done it inside function ShareTeamExp but u also can take alook inside function GetExp_PKM(dead, atk) where shareteamexp called as well ,
  5. you already have everything in lua no need .txt function Shengji_Shuxingchengzhang( role ) end this function on level up which also call BsAttrUpgrade( role ) and rest functions to add attrs and recheckattr on level up inside same function u will see how it add credit on level up if player has master as AddMasterCredit(role, 500) so inside this function create your own custom lua to give what ever u want
  6. without source? no just alot of work you still can workaround using BagTempHasItem to check if temp bag has swing id or not , you have to use "MoveToTemp" function to move it from inventory to temp bag "not sure if this exist in compiled exes or using giveitemX but do not add gems in it or anything/?
  7. https://drive.google.com/drive/folders/1qQkNTv8XwH-jvjFTq_wLFzVbcSp9yr-p?usp=drive_link i uploaded some top tools collection here and included this one with them, if someone want to add more tools request access or send to me and i upload it there
  8. BluePrint tine rework :
    1- BluePrint cost rating / low -medium -high

    2- BluePrint success rates and  total success rate with your tool level

    3- Render product item name beside bp name inside hint 

    4- resort material in readable way 

    5-Vanish zero count using cards

     

  9. some of your functions expect for example number return and you return string, or it expect role and u return something different
  10. it just so weird you still barking alone? i don't care of who scam ea other, as none of that is me ? so u can keep your drama and barking for yourself ? regarding to screenshot asking for seats, what the wrong in that? if you pm someone claiming his self as freelancer/animation to buy custom request of animated actions for a game, and as you were so dumb and couldn't go along with conversation you been blocked since 2019 which show you your place and how useless you are? regarding to your spanish screenshot "asked some spanish people to translate" guess what they said about you? lol so you're even suck in spanish dude so stop spam another funny fact , you claim that you're busy shit person? but u have type to make drama everywhere u go? so funny lol
  11. none interested in your daily drama little puppy you can find my "hobby coding here" https://www.youtube.com/channel/UCbRPcPr1LYBzJdxPzfzeeOw which done more than your whole life coding "even i consider my c++ to "basic"" lol as i said stop spam me /mention and go fk urself
  12. code been done 5 years ago , but maybe u still sleeping ? u can see it in all exist servers now , so stop spam , if u so great coder as u claim go create new version/fix share for people lol "even this one works for most as it had issue as it just leaked version " lol
  13. none interested in your p.s at least i works on that as hobby do not claim "self pro dev c++" even i do codes more than u i believe lol @V3ct0r can close topic so this little kid stop spamming
  14. that's from your deep dream right? as you had broken system ? so you're so stupid at that too? i was working in mounts like 5 years ago and crossed little issue, and u were claiming that u had it fixed" which "minimain" tried to talk with you not me? then u had nothing fixed at all? beside that u were stupid to base contact conversation so i have blocked you to work on my version alone and you still claiming that u "fix them bla bla" people begging you? spamming thread from 4 years? so stupid for real "none of us is english " so u still stupid no matter
  15. learn to speak first little puppy , then stop ur shit in forum ,
  16. came for your help , ye so much that's why i have u blocked everywhere lol , stop mention my name in this forum and anywhere, its so easy right? now step back and go to your business
  17. well i heard you're stupid but didn't expect to be zero IQ as moli closed their game in 2015 and stopped doign something new to it , but the more pathetic person here is you as you're" selling "fake fix to people using my mount code"? then call people lame names "as how they couldn't learn c++ "like you" since 3 years? more pathetic person as u still opening topics of 4 years old and making lame drama like you, so watch your place little kid, stay in your bugged tool that never had one single work of it ,
  18. wide view replacing huge blue zones to some sky renders depends on server time? ps its oneyear old now
    maybe todo :
    make wide view mouse click area bit far than normal?

     

  19. then little kid stop mentioning members names in your p.s respect the other people , say your suggest/help or stay silent as good puppy , if you won't help them , "do not act as pro shit front of new people" blaming them how they couldn't learn c++ yet bla bla, as no one care of your opinion either? and most and important stop using my codes as you're so pro to do your own maybe?
  20. try to not mention my name little kid beside i have saw "your solution in one of people files as u sold them around 300$?" which totally broke code and people still asking to get correct fix of that lol "first stop using my codes then we talk for next situation " p.s i don't sell fixes for this" as i'm the owner of correct code which comes fully fixed lol
  21. i gave random table name, use what ever you want luaall u can find it in any co files or released files, , function lua_all(role, cmd) local packet = GetPacket() WriteCmd(packet, CMD_MM_DO_STRING) WriteDword(packet, 0) WriteString(packet, cmd) SendPacket(role, packet) end and nonot willing to write function now i just gave some ideas, u have to update your table to all gs if want use that method
  22. as basic start , use readable variables so you can understand your code later on, or anyone trying to read it of ur team or who help you your bug due multi gameserver, your current variable exist inside gameserver1 but gameserver2 hasn't it, you can use luaall to update it to all gs , but not sure if really worth it you can workaround alot to get it works first: 1- using luaall 2- change your table to better method ,, you can store player name , as index then filter with cha name or player id to get correct values "globalBuff["PlayerName"] etc "don't forget to clean up your table from time to other /or when buff is over otherwise u get even worst issues 3-worst workaround if won't use luaall u can use .txt file to store them but that even worst as addstates would call it every sec etc ,
  23. you have to store buffer spr inside Skill_Xlcz_End inside table then use them later on inside states, that's only way, as addstates have info only about current player
  24. what files you're using, compiled or source ,
  25. not sure what are you trying to do but you already call none exist role in your code local sta_buff = Sta(ATKER) * 0.5 -- tarik stats spr its role not atker
×
×
  • Create New...