Jump to content

envy

Member
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About envy

Informations

  • Gender
    Male
  • Country
    Russia
  • Nationality
    Russian

Recent Profile Visitors

1382 profile views

envy's Achievements

Community Regular

Community Regular (8/16)

  • Collaborator Rare
  • Very Important Person Rare
  • Conversation Starter
  • One Year In
  • First Post

Recent Badges

10

Reputation

  1. it really seems weird to me someone that's willing to do custom work for others, won't do work for himself, no need to get that defensive lol.
  2. i find it hard to believe someone would give you acces through remote control to see code, if you're that good at coding that you can check other people coding skills, why don't you do it yourself? XD
  3. You can search all about "miles" in another source, and copy paste from there, i would recommend going with Beyond Compare 5 and compare each file containing anything about it.
  4. After searching for almost a entire month, and receiving messages from three resellers, two scammers and a discord kitten, i've decided to make it myself, thanks.
  5. You need to open the table reward_table from player database, and clear the name from the playerName column.
  6. Hello, i'm looking for a developer that sells a global ranking system, fully cached and tested, it needs to include categories + subcategories, weekly and monthly, clearing of the tables monthly, and guild ranking incorporated (how many mobs they killed, specific mob kill, destroyed stones, etc.). You can DM me here with your offers, thanks.
  7. Gif explaining the bug: [Hidden Content] [networkactormanager.cpp] Search for: CActorInstance* rkActorEach=pkInstEach->GetGraphicThingInstancePtr(); if( rkActorEach->IsPC() || rkActorEach->IsNPC() || rkActorEach->IsEnemy()) { [...] } Replace with: CActorInstance* rkActorEach=pkInstEach->GetGraphicThingInstancePtr(); if( rkActorEach->IsPC() || rkActorEach->IsNPC() || rkActorEach->IsEnemy() || rkActorEach->IsStone()) { [...] } Done, the bug should be fixed.
  8. ENB Mode, a graphic enhancer for dx that people used on SA:MP to make it look better, i didn't see a metin2 server using this since 2017 . [Hidden Content]
  9. We are trying to give advice, if you don't like it, then use broken "free" systems XD
  10. you are checking the item pointer, even if you checked it in the first part and returned if it's not found, then proceed to remove the item, and after removing, you made checks on the item that doesn't exist anymore. You ain't avoiding crap.
  11. In my opinion, dungeons should remain on quest, the way the official thought of them. Instead of selecting the rewards with a directquery and sending a packet just for the rewards, you could've done a dictionary on clientside. Also, what is this?
  12. envy

    New Aeldra

    the files that are for sale are from 2018, stop making false rumors.
  13. that's what the class ToggleButton is used for.
×
×
  • 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.