Jump to content

manton

Members
  • Posts

    109
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by manton

  1. Use the memoryTools class from COEP or make your own.
  2. One easy way you can do this: First read the orginal address for this function. 0xA87E08 for dvamp executable. 0xA87498 for normal PTS. Lets call it UserSayOriginalAddr. Then write the function hook at same address ( 4 bytes ) void CYourAwesomeClass::OnUserSay(User* pUser, WCHAR* pText) { //Check if user and socket is valid. if(pUser->IsValidUser() && pUser->Socket->IsValidUserSocket()) { bool bCustomSay = FALSE; if(pText[0] == '~') { //Make some custom say if you write ~Hello for example. BroadcastToAll(L"%ls: %ls", PlayerName, pText+1).... bCustomSay = TRUE; } if(!bCustomSay) { //Return to orginal function if no custom say have been done. typedef void (__fastcall*_FT)(User*, WCHAR*); _FT f = (_FT)UserSayOriginalAddr; f(pUser, pText); } } } That should work, Give it a try. -manton
  3. All these damn "packs". Every "pack" is the same. Just a few small changes. Gm shops, custom zone, small changes in skills... But the bottom is all the same and it takes a few minutes to make this sort of changes.
  4. 1) Check if namn exist. lin_CreateChar if exists(select char_name from user_data (nolock) where char_name = @char_name) begin RETURN -1 end 2) delete the character, there's no time for waiting for deletion, it's istantly GM Account?
  5. There are many who asked but not been able to afford the auto pickup system so.... I decided to add Auto Pickup system to the core license :)
  6. It is not exactly the same system that is built into the server. You can choose the times when certain announces to appear. And pick announce or critannounce as display method. And I also thought it was bad to sell as a extern module, so therefore I added it into the core at no cost. And I believe they do not buy this module to get the announce system :). But thanks for your nice words :), you are a very skilled developer so keep on going.
  7. I decided to add Auto announce system to the core license ;)
  8. Some wondered about that quiz events and I decided to add it to the core license. ;)
  9. The price for this core license is 120€ Client & Server Protection in same suite - no player limit + Free Updates. 1x Client dll 1x Server dll Easy to install.
  10. Trolls makes humans growing :)
  11. You like to write Thanks a lot?
  12. You are so mean Intrepid, Though I laugh hard.
  13. I have many happy and satisfied customers. This is how Fr3DBr reacted in his entire life. When there are others that also offers a module, and he feel that he will lose money on it. It is not the first time. Funny thing is that you Fr3DBr wrote exactly the same as "Pro Antrax2K10" to me once before. It is a bit strange. :)
  14. You try to pretend to be someone else fred to give me shit, Well I do not care. It's nice to see you play innocent to turn everything against me. Pathetic.
  15. You can just be quiet, You do not know him at all. Think it was bad style from your side fred, Thanks.
  16. You are so pathetic fred. I'm not stupid in the head. Just leave my topic alone.
  17. Yes I am. Anything more you want? Otherwise you can go and spam the other topics with shit.
  18. Hello Fr3DBr, thanks for your kind words. 1) Dual Faced Man? Says the person who creates new account to talk shit about me. 2) I have never taken money from mxc, So you have wrong again. 3) He uses others work to gain money with (COEP)? Show me something from COEP, which exist in my project. Client verification protection exist on COEP? - NO IP Filtering exist on COEP? - NO Server Guard system exist on COEP? - NO Anti Cheat engine exist on COEP? - NO Safe Enchant settings exist on COEP? - NO Packet Filtering exist on COEP? - NO Offline shops exist on COEP? - NO Rebith system exist on COEP? - NO Battle Grounds exist on COEP? - NO Npc Buffer exist on COEP? - NO Battle Grounds exist on COEP? - NO Jail System exist on COEP? - NO Auto Pickup exist on COEP? - NO Auto announce system exist on COEP? - NO PvP Extras exist on COEP? - NO TvsT Event exist on COEP? - NO LMS Event exist on COEP? - NO Quiz Event exist on COEP? - NO As you can see, there is none of that in the COEP because I've done it myself. You know nothing what I do or know. You are just afraid that people will buy this module instead of yours. 4) There are things way better than his stuff? Like what? 5) Compatible w/ Vamp IL / Vamp HB or C4 ?- Outdated Shit lol? You made zero sense. 6) Not compatible with ND? - Not yet, Same for depmax.
×
×
  • Create New...