Jump to content

WeedHex

Premium
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Everything posted by WeedHex

  1. You could do this using just python. Btw nice job.
  2. If you use rejoin system, it's not very clean to do, you need a cool way with cmdchat. Send seconds to a python UI and show there with a cool time-format. If you saw it in italy, it's mine baby.
  3. Try index 190 ~ 300 and be sure about your map size (eg. 3x3) in your settings. Like someone told up, check also for overlaps. Anyway syserr should be show when you get gohome for location errors.
  4. Syserr?? I think coordinates are too big to can get saved or you're getting GoHome(); for some error in map configurations.
  5. He always helped me and sold us perfect works and personal systems. 100% recommended!
  6. He always helped me and sold us perfect works and personal systems. 100% recommended!
  7. I knew it xD QC compiler ignore them, so useless. Btw they stole/copied your codes? It means you're a good LUA boy, dont help them
  8. LOCALE_ERROR in syserr?? Keep the text, fgrep it and lets' fix the zone where is the chatpacket usage or at least show us. We're not chineses to understand the text XD
  9. Amazing idea! Thx you. Let's use more constants and new c++ btw.
  10. char_horse.cpp questlua_pc.cpp for mounts questlua_horse.cpp for LUA calls Be careful to /horse_summon
  11. Like bonus to increase the power of arch attack with "range power". Make a new bonus, go in char_skill, manipulate the range variable by increasing with newbonus. Idk now exactly all need to do, but I think is the most easy solution.
  12. You can't easily, there is the range constant on the skill_proto. You should make a new bonus and use it in the char_skill to increase the sql value.
  13. Change: char name[MAXNAMLEN + 1]; to char name[512]; char dir[128]; to char dir[256]; Idk why you're getting these warning, need other infos btw try to do what compiler said upgrading the sizes.
  14. Can you please post the whole file on pastebin so we can check lines and functions. You show us void log_file_delete_old (const char* filename) but seems different in the compiler. Need log_file_rotate() too
  15. char name[255 + 1]; The other warning there is not code ...
  16. 3 Like official, you don't need to work for remove
×
×
  • 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.