Jump to content

Baltazar

3D Modeler
  • Posts

    89
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Baltazar

  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. Very satisfied with his service, fast and reliable.
  6. Absolutely amazing guy. I am very satisfied with his services. Clean code, very fast.
  7. Absolutely amazing guy. I am very satisfied with his services. Clean code, very fast.
  8. 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.
  9. Write me private message, the problem is probably in Game to Game packets.
  10. Sorry just a little joke. Are you sure that you edited files related to shop and correctly changed data type to long long?
  11. 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
  12. Baltazar

    Tutorial

    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.
  13. 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.
  14. Hello mate, you can write me private message here on forum or you can add me on discord Baltazar#1560.
  15. Baltazar

    Tutorial

    Hello mate, you can write me private message here on forum or you can add me on discord Baltazar#1560.
  16. 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.
  17. Baltazar

    Tutorial

    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.
  18. Hello. Does anybody know this guy who is selling this ranking system? Really appreciate any help.
  19. 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
  20. Baltazar

    Tutorial

    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
  21. Version of Files : XXX Hello, I am having troubles with exported trees from 3dsmax. Tree looks like this in max viewport: In world editor it looks like this: world editor after INSERT button: and finally ingame it looks like this (like wtf xD): Thanks a lot for any advice
  22. Hello guys! In this topic I would like to sell all kind of 3d models and effects. Sometimes I will also giveaway free stuffs. ICE WEAPON SET: THUNDER WEAPON SET: FIRE WEAPON SET: FUTURISTIC SET: DEMONIC WEAPON SET: FIRE DRAGON SET: NECROMANT SET: FIREKING SET: Price: 25€ only weapons Price: 30€ only costume body and hair Price: 15€ Wings only Price:5€ Shining costume only Whole set: 70€ Wings: Price: 15€ for one set of animated wings Contact: Discord: Baltazar#1560 Skype: elementary125
  23. M2 Download Center Download Here ( Internal ) Hello guys, I have finished couple mounts from wow and I would like to share this one with you! Best Regards, Baltazar
  24. Hello guys! I am making 3d models and I would like to know if its possible to make for example sword or sash animated ingame. Right now I am using mde exporter by ricky, but these kind of models are just not optimal for me, I dont like that these wings or swords I am making are transparent. If anyone know how to make gr2 model animated ingame then write me PM! I can pay for that for sure! Thanks a lot. Best Regards, Baltazar
×
×
  • 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.