Jump to content

Baltazar

3D Modeler
  • Posts

    89
  • Joined

  • Last visited

  • Feedback

    0%

3 Followers

About Baltazar

Informations

  • Gender
    Male

Recent Profile Visitors

2345 profile views

Baltazar's Achievements

Community Regular

Community Regular (8/16)

  • Very Popular Rare
  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator

Recent Badges

111

Reputation

  1. Hello community! I am searching for someone who can ripp models from other games. Feel free to contact me on my discord: kael0805
  2. Char_battle.cpp else if (type == DAMAGE_TYPE_NORMAL || type == DAMAGE_TYPE_NORMAL_RANGE) { []... int iCriticalPct = pAttacker->GetPoint(POINT_CRITICAL_PCT); if (!IsPC()) iCriticalPct += pAttacker->GetMarriageBonus(UNIQUE_ITEM_MARRIAGE_CRITICAL_BONUS); if (iCriticalPct) { iCriticalPct -= GetPoint(POINT_RESIST_CRITICAL); if (number(1, 100) <= iCriticalPct) { IsCritical = true; dam *= 2; // dam = dam * 2, if you change it to dam *= 1 the damage you are dealing with critical attacks will be same like normal hits EffectPacket(SE_CRITICAL); } } and this one is for skills if (type == DAMAGE_TYPE_MELEE || type == DAMAGE_TYPE_RANGE || type == DAMAGE_TYPE_MAGIC) { if (pAttacker) { int iCriticalPct = pAttacker->GetPoint(POINT_CRITICAL_PCT); if (!IsPC()) iCriticalPct += pAttacker->GetMarriageBonus(UNIQUE_ITEM_MARRIAGE_CRITICAL_BONUS); if (iCriticalPct) { if (iCriticalPct >= 10) iCriticalPct = 5 + (iCriticalPct - 10) / 4; else iCriticalPct /= 2; iCriticalPct -= GetPoint(POINT_RESIST_CRITICAL); if (number(1, 100) <= iCriticalPct) { IsCritical = true; dam *= 2; EffectPacket(SE_CRITICAL); if (IsAffectFlag(AFF_MANASHIELD)) { RemoveAffect(AFF_MANASHIELD); } } }
  3. in char_state.cpp Find: if (fDist >= 4000.0f) { SetVictim(NULL); if (pkChrProtege) if (DISTANCE_APPROX(GetX() - pkChrProtege->GetX(), GetY() - pkChrProtege->GetY()) > 1000) Follow(pkChrProtege, number(150, 400)); return; } and just change fDist to your desired value. So in your case 10.000.
  4. Very satisfied with his service, fast and reliable.
  5. Absolutely amazing guy. I am very satisfied with his services. Clean code, very fast.
  6. I didnt read each core, you are right. But I had same problem, so I just wanted to help him. I didnt want money or any type of payment, I am not this type of person. I wanted to go private cause I wanted to check his server source, he didnt have couple GG packets in input_p2p and packet_info.
  7. Write me private message, the problem is probably in Game to Game packets.
  8. Sorry just a little joke. Are you sure that you edited files related to shop and correctly changed data type to long long?
  9. Hello guys, I would like to know how to set up gr2 export in 3dsmax to run gr2 inbuilt animation, right now my animation path is not showing in animation list. Thanks for any advice. Best Regards, Baltazar
  10. Push, added new set of weapons and new wings: Sword: https://i.gyazo.com/108cf14a4edc2e516826f8aca78bf9c6.mp4 Twohand: https://i.gyazo.com/fd5e5688840e5b751230bd6d59003b65.mp4 Dagger: https://i.gyazo.com/acf2912a2d71e5f9cdf30d13039e36c9.mp4 Bow: https://i.gyazo.com/089d7f3790b7b7dcffc44282d38c0698.mp4 Sword sura: https://i.gyazo.com/44baf25ed3e6f9b42198788ab1a33550.mp4 Fan: https://i.gyazo.com/105904c0ff0b5b0fae1747b259764bc6.mp4 Staff/Bell: https://i.gyazo.com/bfe15eaa7bc00077514ebbf17e5c9ed1.mp4 Wings and shining is also in GIFs.
  11. Hello mate, you can write me private message here on forum or you can add me on discord Baltazar#1560.
  12. Free stuff (wings) with 2 animations and also one pair with effect: https://mega.nz/file/tRpllaBJ#1wP7bmKJZHMqRmNmkhP4IZAn1JKt6JuBQlSasicnke4 Gifs: https://gyazo.com/63e9950e9ea7c8d42587a70cf5b4a822 https://gyazo.com/7a067c941747f9e0b48d62f82c2c0e6e https://gyazo.com/68362019705f017dfd5692498afd6875 Enjoy.
  13. Hello. Does anybody know this guy who is selling this ranking system? Really appreciate any help.
  14. Push, added new set of weapons and new wings: Wings: https://gyazo.com/bc418111ec59c53a06f3df195001ad91 Sword: https://gyazo.com/0fdf9922ad4e5effa218b11c2b9b725f Twohand: https://gyazo.com/25da8324ffcabfb86feca5d9ce3cc393 Dagger: https://gyazo.com/0e6c7f73f250ae618737fad8ea33c8d3 Staff: https://gyazo.com/fc23b8a6ee6898434db919b48b20b5a9 Bow: https://gyazo.com/a633c9b941610271b01ba009845dde3a
×
×
  • 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.