Jump to content

Retro

Inactive Member
  • Posts

    53
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Retro last won the day on August 2 2016

Retro had the most liked content!

About Retro

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Retro's Achievements

Enthusiast

Enthusiast (6/16)

  • Very Popular Rare
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

127

Reputation

  1. What are you trying to do is pretty simple open instancebaseeffect.cpp from userinterface search: __EffectContainer_AttachEffect(EFFECT_EMPIRE+eEmpire); Look if it's member of void CInstanceBase::__AttachEmpireEffect(DWORD eEmpire) Add below(up to): __EffectContainer_AttachEffect(EFFECT_EMPIRE+eEmpire); if (IsPC()) return; Done.
  2. If i remember well i had this problem too , if you use martysama's source the problem could be from protoreader or length.h check if it is like there enum EWearPositions { WEAR_BODY, // 0 WEAR_HEAD, // 1 WEAR_FOOTS, // 2 WEAR_WRIST, // 3 WEAR_WEAPON, // 4 WEAR_NECK, // 5 WEAR_EAR, // 6 WEAR_UNIQUE1, // 7 WEAR_UNIQUE2, // 8 WEAR_ARROW, // 9 WEAR_SHIELD, // 10 WEAR_ABILITY1, // 11 WEAR_ABILITY2, // 12 WEAR_ABILITY3, // 13 WEAR_ABILITY4, // 14 WEAR_ABILITY5, // 15 WEAR_ABILITY6, // 16 WEAR_ABILITY7, // 17 WEAR_ABILITY8, // 18 WEAR_RING1, // : 신규 반지슬롯1 (왼쪽) WEAR_RING2, // : 신규 반지슬롯2 (오른쪽) WEAR_BELT, // : 신규 벨트슬롯 WEAR_MAX = 32 // }; And in protoreader.cpp from db it should be in that order.
  3. replace with this {"index":COSTUME_START_INDEX+4, "x":10, "y":20, "width":32, "height":96}, or replace 20 with even more for example 30 if it doesn't work till it is going down
  4. replace this: {"index":COSTUME_START_INDEX+4, "x":10, "y":5, "width":32, "height":96}, with this: {"index":COSTUME_START_INDEX+4, "x":10, "y":10, "width":32, "height":96},
  5. This doesn't look so bad at all but navicat was is and will be the best tool for mysql.
  6. uiscript costumewindow.py , post it there if you don't know how to do it .
  7. the best free source clean is mainline_released or if you're searching for one with wolfman check source with wolfman syron or something like that , it's not very fixed but it's somehow clean
  8. why have you deleted the topic's name and question? mabye anybody else need it.
  9. gf protos are uploaded somewhere in this topic check there
  10. RefreshState(CRaceMotionData::NAME_WAIT, true); comment this line in function change acce or delete it.
  11. If you don't know what you installed last or deleted or something you can't find the problem. Only comparing packets you'll never find the problem.Packed errors could be caused by any file which include or use packets.
  12. yes it's good, just drag example.xml on ProtoArchiver.exe and it will pack mob_names and mob_proto.txt to mob_proto
×
×
  • 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.