Jump to content

Mind Rapist

Active Member
  • Posts

    548
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by Mind Rapist

  1. Hello guys I have added COSTUME_MOUNT system by Enzi and I have a bug. So when I click the seal it goes normally at it's new slot but the character is not riding the mount. In fact nothing happens... Until a game refresh (teleport, etc...)! Then the character appears normally on the mount, after 5 game refreshes in 1 second... I double-checked my source and I have tried many quests. The last person I asked told me that he had the default (ride.quest) and the new (mount.quest) both compiled in the qc file. Can anybody help me please? This is an image displaying the problem after I click the seal: These are some quest files I've tried so far: #1 - ride.quest #2 - mount.quest #3 - reittier.quest #4 - ride_costume_mount.quest Thanks guys...
  2. Hello @Chris90909090909090 I know all about your bugs and trust me, it's MUCH MORE than these too. You also have a SECTREE issue about Lycan running on a horse/mount, you have missing skills at questlib.lua and maybe locale.lua, skills that increase attack won't show any difference at the C window (Character window) and you are also missing the '/shutdown' command from your source. Lucky for you I have a complete maxmi unbugged serverfiles with source and binary My files are completely unbugged, no missing parts, live and colorfull effects - official like and minor protection functions like SQL Injection/P2P/Wallhack are included Send me a PM to give you my Skype ID and a full overview of the files Hope I can help
  3. If you have special characters (russian/french/spanish/greek/etc...) make sure that: Not: but: Always leave a space character before closing the quote (") Hope I helped
  4. Check that the enum's in your UserInterface/GameType.h match the ones in common/length.h Hope I helped
  5. Hey your "Sync" error is a SECTREE problem I think... Go to my activity I just commented the fix to this problem in a topic 5 minuets ago. Hope I helped
  6. Tip: You should check your channel1 syserr file for "SECTREE" errors. If you do have this kind of errors just use the run.msa (horse folder) from your client into the data folder at your SFTP, like @Nickas said. And most important: make sure you have the sectree fix in your char.cpp. If you do not have it here it is: Find: Replace that "if" statement with this: Hope I helped
  7. Hi first of all I would like the link for the guild storage to view the system. There is not much I can do but if it has a source part maybe you can play with it by trying to add an "if" statement for example: If again you do not have source part for guild storage, try to block the specific subtype from python part. But you still need to insert all of your fields which (by default) are: attrtype0 attrvalue0 attrtype1 attrvalue1 attrtype2 attrvalue2 attrtype3 attrvalue3 attrtype4 attrvalue4 attrtype5 attrvalue5 attrtype6 attrvalue6 applytype0 applyvalue0 applytype1 applyvalue1 applytype2 applyvalue2 applytype3 applyvalue3 applytype4 applyvalue4 applytype5 applyvalue5 applytype6 applyvalue6 applytype7 applyvalue7 If there are more columns at your player.item table, add them as well with the right order of course... By the way, I still would like that link if it's easy Hope I helped...
  8. Hey @Marko your quest helped a lot to fix my bug but now I got another ;p When I ride the mount I need to refresh the game (change map or something) to actually ride the mount. Also when I go to the new map the game is refreshing 5 times before my char rides the mount... Anybody got some fix for that?
  9. I click the mount, the mount goes to slot, the char does not ride the mount... Any ideas?
  10. Not NPC but mob invitation yes it's a severe bug I think... Here is the fix
  11. Hello guys I'm looking for a function (source) that can get the "Specular" value of an item from item_proto and how to use it in an "if" statement... I appreciate any help
  12. #FIXED! To everyone sees this post the fix is in ClientManager: Search: and find (just 2 lines above): now change it to: Happy coding
  13. I did it and no general.log file created in /var/db/mysql.. I looked up for broken queries in other logs too, nothing found :S any other ideas please?
  14. Well I got this enum: and in SQL I have these: There are some missing is that a thing?
  15. Hey I have Maxmi 4.1 fully unbugged with injection fixes and performance improvements. 0 bugs to entire source/binary/serverfiles and client. Here is a list of fixes that these files have: Sql Injection fully fixed P2P port fixed Invisibility bug fixed Wallhack auto block - auto ban Safe zone attacks fixed Level displayed above character's head is instantly changed on level-up The attack value field in the C panel is updated instantly after activating a skill that gives attack value (Aura of the Sword, Red Possession, etc...) Wolfman can run on his horse without problems (no sectree syserrs) Tourmaline items can equipp stones properly Belt slots fixed Brighter and more colourfull effects for Wolfman skills [NEW] Monster resistance/immunity to bleeding attacks Blue Possession works on the entire party and has a purple color (not blue - default by Maxmi) Mental warrior's buff + Blue Possession do not conflict (wonderful visual effect!) All skills are included in the quest skill lists Blue Possession does not consume SP/s (easy fix) Item sell dialogue displays information about name and price of the item properly - fixed Item special bonus items are activated! Costumes cannot get special bonuses "Bonuses have changed" message is disable for preventing personal chat spam on the use of switchbot Wolfman armor (80-90 level) has a blue aura so like the other armors 80-90 level Bonus page displays all bonus properly Dragon stone refine takes only 2 dragon stones for creating the next Bleeding is displayed properly on the character's body and bleeding icon is displayed normally (upper left corner with the rest of the buffs/debuffs) And maybe some other micro fixes (I don't remember them right now ) So if anybody wants these files just cotact me they are not perfect but they save you from a lot of trouble
  16. Hey I'm looking for these exploits too... I know 2 of them for now the Sql Injection and P2P... I know fixes for the both of them but you may already have them fixed they are very popular exploits. If you haven't fix them, reply here and I will share the fixes
  17. Hey guys I did the @xP3NG3Rx's tut but there is one little problem about it. The items take effect at costumes without bonus (not the + ones). These costumes should not be affected by these items so if anybody has an if statement for the char_item.cpp it would be great
×
×
  • 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.