Jump to content

Root

Inactive Member
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Root

  1. 28800 mili secconds = 28 secconds i think. <-im not sure but try 600000 that is 10 min in ms. or another problem can be. What DataBase type you are using "no txt" or with "txt".
  2. try adding more for this npc i think is minimum 3 items for 1 npc
  3. You have put to may needed items for refine in cue window. Or you added to many items that you can craft in a cube window for the npc 20406 in your case check your quests from cube.
  4. Ok you can fix it by forxing the color from source code: Search in InstanceBaseEffect.cpp from your client source this Replace all function with this : Compile it and ther you go I hope this fixes it for you have a nice one.
  5. well you can try changing all packets in the game and function with diffrent names.THey will take a while till they do the bot to work again. YOu can try by changing every week the packets and functions from the game. First time will be harder seccond easyer because u already have the changed function and u just do a replace all and compile.Be careful to do this u need to know the structure of client and server source very well.Only his can destory theyr bots ^^ gl.
  6. You can y going at char_item.cpp in server source. search for bool CHARACTER::UseItemEx(LPITEM item, TItemPos DestCell) and after long limitValue = item->GetProto()->aLimits.lValue; Add this 11800 = is item id. Now the problem will be after the player has the armor on him if is losing rank points the armor will still be there.I will fix it later ^^ and show u code. EDIT: Ok so her is rest of code go to char_battle.cpp and search for And after add this same id 11800 is armor id so u change with what armor u want or create a local list You can use like this if u have more armors
  7. root/introcreate.py or root/newintrocreate.py Search And you have adjust the number 7 save and pack back.Adjust it till is good.
  8. In this section the rule for asking a question is : The part your missing her is "clearly as possible" because i cant really help you with the problem if u just splash the question like that. What i can see is that you implemented wrong the system, I hope u made a backup before implementing the pet system in your game source+ client source. Try to redo it by not rushing the steps.Do it slow with thinking and logic. Maybe you replaced a wrong function at Player level in client side. Does this level that you showing us is even in player table from server db? Do you get any errors while running the client release/debug mode? I`m not here to judge you but try more when asking a question because at the end is for your good not mine.
  9. can u upload your decrypted "root" and "locale_**" maybe i can help.
  10. well, you have to describe us more informations on hwat are you telling here i see the blue circle down.SO you want red circle down and what/if you get in syserr errors. Please give us more informations because we cant help knowing this mutch.
  11. you have to run some tests with the lycan in-game.For example maybe for the bug to work u need specific items on you or flags that affects server side.Try to hit with lycan without items or diffrent skill levels.You need to find what triggers it then u check source code to lycan skills.
  12. ur item proto is corrupted or u dont have right version.Try running in debug mode so u can see errors.
  13. use the example from nottice quest. Try use that is using server timer.
  14. u can use number function soi give u example. local chance = number(1, 100) if chance <=20 then game.drop_item(11,1) elseif chance >= 21 and chance <= 40 then game.drop_item(19,1) end so the bigger u make the chance the harder will drop for ex number (1,1000) if chance <=900 then game.drop_item(19,1) end
  15. i think u have to write "import constInfo" at top of the script.
  16. Root

    White Tiger

    animation is corrupted ho has originals?
  17. A solution would be to temporarry store x,y when character dies and added in this function if is changing. I dont know where is the function when pc dies.This is just an idea
  18. you didnt upgrade it properly make sure the path is good and redo the upgrade from 0.
  19. extract your item_proto from locale_**/**/ client side. Search ur item u want to change goto->specular column and set it from 0 to 100 is calculated in %. MAKE SURE U DONT HAVE DUPLICATES.
  20. You have a mob 34901 that try to get spawn in wrong coords. I think it tryes to spawn in safezone or out of the map. check your regen files from the map index 41 u can see it in locale/country/map/index When does this happen when you start server or enter map?
  21. it should take all, why u dont UVM wraping on 3d max. and make just 1 texture
  22. can we have more details please.Tell us when it gets triggered. Implemented something new? Is a new map? Found this in src/questpc.cpp
  23. my friend you can start a local mysql server on ur desktop. Copy ur user files from the freebsd they should be located in var/db/mysql/mysql And change power straight from the tables save them copy back restart ur mysql and voaila. GL. Look a video but is in romanian, I made it i hope u get it. Here is the md5 pass if u need
×
×
  • 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.