Jump to content

Karbust

Management
  • Posts

    1162
  • Joined

  • Days Won

    10
  • Feedback

    100%

Everything posted by Karbust

  1. Hello I'm trying to set up the automatic OX Event, but I want to change some things (I'm using HaveBeen's quest), one of the things is the automatic prize giver, I want to set up a table (already has) but with percentages, I mean, like the monsters drop, it gives the item based on the percentage of getting it. local itemlist = {11299,11499,11699,11899} game.drop_item(itemlist[number(1,table.getn(itemlist))],1) This is what I already have. Thank you in advance
  2. I use vc141 (VS 2017) I removed Windows XP support, I don't want anything to do with Windows XP (I tried with Windows Vista, 7, 8, 8.1 and 10 and it's working) This bug just happens sometimes, doesn't happen always, but now I use 1280x720 and don't have this bug anymore...
  3. Solved! I just needed to change "item_vnum" to "pet_item", since "pet_item" is the item vnum (local pet_item = pc.getqf("pet_item")) and the quest flag is being set when the pet is called: "pc.setqf("pet_item",item.vnum)" Thanks!
  4. Hello Today I found out about another bug, it happens only when I push pet first and then mount the bonus aren't removed when I die... (if I push mount first and then the pet and I die, the bonus are removed) I'm using this system but is not working: when die or logout begin if pet.count_summoned() == 1 then if pc.is_riding() then local pet_item = pc.getqf("pet_item") local pet_info = pet_system.get_pet_info(pet_item) if pet_info[4] != nil then local num_bonus = pet_info[4] -- valor de bonus a "desaplicar" for i = 1, num_bonus, 1 do affect.remove_collect(pet_info[5+2*(i-1)], pc.getqf("pet_"..item.vnum.."_level")*pet_info[6+2*(i-1)]/25, 60*60*24*365) end end else local pet_item = pc.getqf("pet_item") local pet_info = pet_system.get_pet_info(pet_item) if pet_info[4] != nil then local num_bonus = pet_info[4] -- valor de bonus a "desaplicar" for i = 1, num_bonus, 1 do affect.remove_collect(pet_info[5+2*(i-1)], pc.getqf("pet_"..item.vnum.."_level")*pet_info[6+2*(i-1)]/25, 60*60*24*365) end end end end end This only happens with mounts, horse doesn't affect... Thanks
  5. The problem is that the cube system wasn't made by me, if it is there must have a motive... This is not crashing the core after all is just adding that line to syserr... But there's something crashing the core related to the cube system, but I asked to upgrade the same things and the server didn't crash again, so... I don't know...
  6. I already found out what it was, it was a bug from Pet System, I added bonus by quest, click once the pet comes with bonus, clicking the second time the pet goes away with the bonus, but the pet system sends the pet away when it the player dies, not removing the bonus, soo each time the player invoked the pet and then died and invoked the pet again and so on, the bonus where going to add up, doing this many times would have a huge amount of bonus... I solved using the kill event to remove the bonus...
  7. Hello I'm having a problem: SYSERR: Jul 21 15:30:50.469040 :: number_ex: number(): first argument is bigger than second argument 0 -> -1, cube.cpp 247 Line 247 from cube.cpp CUBE_VALUE* CUBE_DATA::reward_value () { int end_index = 0; DWORD reward_index = 0; end_index = this->reward.size(); reward_index = number(0, end_index); reward_index = number(0, end_index-1); //line 247 return &this->reward[reward_index]; } Anyone can help? Thanks
  8. Hello, Is there any cheat that when activated the character can do more damage? I have a player on my server that is doing about 63k to monsters and gm's but is equipment is completely normal... I don't know why he is doing so much damage... I have already players that are saying if this isn't solved they leave, I can't have that... I already banned is account until I can figure out what is happening... Thank you
  9. Are you seriously? Did you read the whole post? Have you seen Den's posts? Have you seen the top answer? Thought soo...
  10. What table? object_proto? If that's the one I have it...
  11. Hello, I'm having a problem related with mounts, when I equip the mount, the bonus is removed immediately after that, less than a second after I equip... This is the quest I'm using: Another thing related with mounts... When I use a mount the auto potion deactivates (only happens with Sun Elixir)... Thanks
  12. Hello, I have this problem when trying to build the guild land: Someone knows what is wrong? Thanks
  13. # gdb /usr/home/game/share/bin/game /usr/ho me/game/cores/channel1/game2/game.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...Dwarf Error: wrong version i n compilation unit header (is 4, should be 2) [in module /usr/home/game/share/bi n/game] "/usr/home/game/cores/channel1/game2/game.core" is not a core dump: File format is ambiguous (gdb) set gnutarget i386-marcel-freebsd (gdb) file /usr/home/game/share/bin/game Reading symbols from /usr/home/game/share/bin/game...Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/home/game/share/bin/game] (gdb) core /usr/home/game/cores/channel1/game2/game.core Core was generated by `game'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib32/metin2/libmd.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib32/metin2/libmd.so.5 Reading symbols from /usr/local/lib32/metin2/liblzo2.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib32/metin2/liblzo2.so.2 Reading symbols from /usr/local/lib32/metin2/libstdc++.so.6...Error while reading shared library symbols: Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/local/lib32/metin2/libstdc++.so.6] Reading symbols from /usr/lib32/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib32/libm.so.5 Reading symbols from /usr/lib32/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib32/libgcc_s.so.1 Reading symbols from /usr/lib32/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib32/libthr.so.3 Reading symbols from /usr/lib32/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/lib32/libc.so.7 Reading symbols from /libexec/ld-elf32.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf32.so.1 #0 0x081eae57 in ?? () [New Thread 290030b429003f80 (LWP 100322/<unknown>)] [New Thread 287bc5e429003d00 (LWP 100321/<unknown>)] [New Thread 29003fb429003a80 (LWP 100320/<unknown>)] [New Thread 29003d3429003080 (LWP 100314/<unknown>)] Cannot find new threads: generic error (gdb) bt full #0 0x081eae57 in ?? () No symbol table info available. #1 0x291c7780 in ?? () No symbol table info available. #2 0x290ee000 in ?? () No symbol table info available. #3 0x0000000c in ?? () No symbol table info available. #4 0x286bafdb in ?? () from /usr/local/lib32/metin2/libstdc++.so.6 No symbol table info available. #5 0x5c81ee40 in ?? () No symbol table info available. #6 0x00000006 in ?? () No symbol table info available. #7 0xffffb1bc in ?? () No symbol table info available. #8 0x0c2d00ae in ?? () No symbol table info available. #9 0x00060000 in ?? () No symbol table info available. #10 0x291c7780 in ?? () No symbol table info available. #11 0x28766000 in ?? () from /usr/local/lib32/metin2/libst
  14. # set gnutarget i386-marcel-freebsd set: Variable name must contain alphanumeric characters.
  15. gdb /usr/home/game/share/bin/game /usr/home/game/cores/channel1/game2/game.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/home/game/share/bin/game] "/usr/home/game/cores/channel1/game2/game.core" is not a core dump: File format is ambiguous (gdb)
×
×
  • 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.