Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Shisui

  1. Check some costume line and see if you find the same number as in the msm. Example: 41003 item_proto warrior_m.msm
  2. special_item_group.txt Group »ç½ÅÀÇ»óÀÚ { Vnum 50082 1 item_id 1 10 2 item_id 1 10 3 item_id 1 10 .... }
  3. About the 2º question, see if works. uiexchange.py Replace all the function def Refresh(self): with def Refresh(self): self.RefreshOwnerSlot() self.RefreshTargetSlot() self.OwnerMoney.SetText(str(('.'.join([ i-3<0 and str(exchange.GetElkFromSelf())[:i] or str(exchange.GetElkFromSelf())[i-3:i] for i in range(len(str(exchange.GetElkFromSelf()))%3, len(str(exchange.GetElkFromSelf()))+1, 3) if i ])))) self.TargetMoney.SetText(str(('.'.join([ i-3<0 and str(exchange.GetElkFromTarget())[:i] or str(exchange.GetElkFromTarget())[i-3:i] for i in range(len(str(exchange.GetElkFromTarget()))%3, len(str(exchange.GetElkFromTarget()))+1, 3) if i ])))) if TRUE == exchange.GetAcceptFromSelf(): self.OwnerAcceptLight.Down() else: self.AcceptButton.Enable() self.AcceptButton.SetUp() self.OwnerAcceptLight.SetUp() if TRUE == exchange.GetAcceptFromTarget(): self.TargetAcceptLight.Down() else: self.TargetAcceptLight.SetUp()
  4. I don't need models, I just need the flags evening and morning.
  5. What do you mean by create models for day/night?
  6. Yellow guys, is it possible to expand /eclipse flag to add more day modes besides day and night, like morning and evening? Or I have to create flags for each? /do_morning /do_evening This is the code for eclipse flag. cmd_gm.cpp questmanager.cpp Vanilla's code has something like this but I don't know if this works properly. questmanager.cpp
  7. I don't think the problem comes from there. I made a few changes in your code anyway, not that going to solve your problem. char.cpp char_skill.cpp
  8. const DWORD c_New_Equipment_Start = c_Equipment_Start + 22;
×
×
  • 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.