Jump to content

r00t

Premium
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by r00t

  1. Problem is sure in quest... show it and we can help you
  2. Change lzo + enigma + mida Or buy FoxPack from Ken
  3. Replace your mms with other...my problem was too many damages in one animation...i solved in this way
  4. How many time we need to speak that 40k don't work on hamachi?
  5. /usr/bin/ld: cannot find -lmysqlclient Did you have install mysql? cd /usr/ports/databases/mysql56-server && make BUILD_OPTIMIZED=yes BUILD_STATIC=yes After install do also this command make WITH_XCHARSET=all install clean
  6. You can just disable it in creation character and remove his bonus (defense claw, blending etc...)
  7. v10 = 10000 * v9 / 10000; so... v10 = v9 mathematics is an exact science
  8. Go open special_item_group in your server and try to find a vnum of your item. What i mean is that you need to find this: Group 스폐셜 { Vnum 10050 type special 1 71148 100000 1 2 71149 100001 1 3 71158 100002 1 4 71135 100003 1 5 71136 100003 1 6 71143 100004 1 7 71145 100005 1 } All item in this group can't be used in same time... and if you want change bonus that this item give, you need to find, by third value, the group. For example... i want edit bonus of item 71148, Ring of Will Power... if we look in above group... 1 71148 100000 1 Now you need to find group with vnum 100000...voilà Group 속성 { Vnum 100000 type ATTR 1 66 30 2 78 20 3 79 20 4 63 30 5 69 10 6 70 10 effect "d:\ymir work\effect\etc\buff\buff_item5.mse" } Here you can see all bonus of this ring... 30% bonus exp, 20% def warrior, 20% def ninja, 30% strong vs monster, 10% max hp, 10% max mp (in official server this item have also 20% def lycan... i have remove this bonus now because i don't know if you have it). Let me know if you solved
  9. Yes sure...by the way...in the night of 24 december don't go to sleep...you have a chance to see Santa Claus
  10. Why do you use 2 times pc.mount? pc.mount ( 20120 , 28800 ) pc.mount(20120, 60*60*24*365) Anyway... apply . ATT_BONUS_TO_MONSTER (value, time) apply . ATT_SPEED (value, time) Those are right (you put ATTBONUS before)
  11. Here i post source solution
  12. He mean that, as Shogun say, one function used in quest is bugged and for run it you need to edit db core with a diff but Damixx don't wont a diff but want change source... So solution is this... Open Monarch.cpp in source db, find this "UPDATE monarch set money=%lld; where empire=%d", m_MonarchInfo.money[Empire], Empire); and replace with this "UPDATE monarch set money=%lld where empire=%d", m_MonarchInfo.money[Empire], Empire); Problem is just a semicolon put in the middle of query
  13. Great job... thank you for share with us
  14. You speak like exist a VDI for each game core...you need just a FreeBSD 9.2/9.3 with mysql and other little pkg
  15. It's old...just costume and pet...as title of topic say, this files are clean so you can add what you want. For me is better start with 40k because most of actual update (sash etc...) don't work on 34k
  16. Only untouched sf here are this but if you want 40k version i can't help you...here there are many sf (like maxmi 40k with wolfman) but it have some bugs
  17. I don't know if it work or if there are some bug...but you can try this... Link On top of page you can see link to video tutorial
  18. Standard can be ok? I mean without sash and lycan
  19. Hi define sash in item_proto with vmun 85001 to 85008...you need to change this vnum with your
×
×
  • 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.