Jump to content

Fritt

Advanced members
  • Content Count

    49
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Fritt

  1. @MonkeyCode What do you mean remove the code? which code actually?
  2. @V3ct0r Ic, i thought you didn’t know about this guy spamming our dm’s. About repository, idk how to open one so until someone does i’ll keep it this way, if theres a repo i’ll update all the fixes there. Thanks for the answer, you can delete this thread if you want, i just wanted to warn you.
  3. I've been spammed with someother top/pko forum? on my dm's lately, wondering if you @V3ct0r have any idea of that? on the spam i've been said that: "Vector keeps deleting fixes of source codes, so you better join here to be able to get them".. lol ? @Panda
  4. Current Bugs: Guild Color - FLOOD, needs a Cooldown Search Stall - FLOOD, needs a Cooldown In-Game Shop - crashes client when you view some apparels, for ex: Warrior Frock ID 5381 ( This Apparel crashes client even if you have it on invertory )
  5. @yagura2k Thanks for sharing it, but must add this to be able to compile: Open PacketCmd_CS.cpp at the end add: void CS_SendGameRequest( const char szPassword[]) { WPacket pk =g_NetIF->GetWPacket(); pk.WriteCmd(CMD_CM_GAME_REQUEST_PIN); pk.WriteString(szPassword); g_NetIF->SendPacketMessage(pk); }
  6. Also Suggestion: Adding GetPlayerIP/GetPlayerMac at source?
  7. Hi Kong, it’s true that some devs are doing that, i’ve been offered by a few now. Sure you can open a repo i’d be thankful to transfer there
  8. @Mdrst If i'd know i would post it here instead of making a suggestion to him, as he asked for ideas.
  9. @Mdrst But you can't just import or add an option without having a working code, and the current Fps clean code is not made to be used as a Game Option that you can switch between 30/60, i already know where to add the option on client but i asked for the concept
  10. Yeah but thats a clean code same as on normal sources, thats why i suggested adding something as Fps Option 30/60
  11. @Snre3n Maybe adding something as Fps? That will allow players to switch from 30 Fps to 60 Fps through in-game Game Settings
  12. @Maridyri Thanks for the Fixes. If you got time to share the Bank Pin Fix it would be great aswell. Thanks for contribute
  13. Bug Title: Ship Upgrade Bug Description: Unable to upgrade ship level How to replicate: Buy Ship and try Upgrade it through npc it will not work Status (pending / close / open): OPEN Author (whoever that fixes it):
  14. If that's the fix why the Item Deleveler aint working with the this client? Missing anything else?
  15. Bug Title: Flood buttons/exp/guild color/ addexpguild Bug Description: Flood buttons/exp/guild color/ addexpguild spamming sql while many players doing /killing monsters or quests How to replicate: Flooding buttons/exp/guild color/ addexpguild spams sql while many players doing /killing monsters or quests Status: OPEN Author (whoever that fixes it):
  16. Thats Lua problem, check ur Tickets.lua (bcz if you use &updateall ingame all tickets will work after that) so just take the fix from other thread.
  17. Bug Title: Bank PIN Value Bug Description: The Bank NPC is missing Bank PIN Value How to replicate: Clicking any Bank NPC to open bank through PIN Value it won't show anything, its client src problem. Status: OPEN Author (whoever that fixes it):
  18. Fritt

    Public IP DMZ

    Shouldn’t Gateserver at [ToClient] ip be 0.0.0.0 ?
  19. @Enzhwqw if i remember correctly, that glow on roso files was used as State_BBRING7 so you might find it and simply check on the effect ID
  20. Bug Title: Switch Item Flood Crashes all people Clients on the range Bug Description: Switching items crashes all players clients around you How to replicate: Switch items using F-Panel so you can flood the system and all players around you will Crash Status: OPEN Author (whoever that fixes it):
  21. Has anyone managed to fix the Guild Disband & Creation Crash?
  22. What you showing here, has nothing to do with what i said above. Ex: increase stats of ur guild and go disband the guild, when you create the new guild with ur same account/char the stats will appear on the new guild aswell, they doesn't get reset! 2nd ex: when you create a guild the client crashes also when you disband and create a guild it crashes aswell! I never had this problem, the problem is your client Crashes if you open it, also client crashes when you allow Hover into Exchanger NPC and when you go to view those the client crashes aswell. But this crashes is fixed with the code i sent above, its not the best code but it works.
×
×
  • Create New...