Jump to content

mast210

Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

About mast210

Informations

  • Gender
    Male

Recent Profile Visitors

828 profile views

mast210's Achievements

Enthusiast

Enthusiast (6/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Conversation Starter
  • Week One Done

Recent Badges

0

Reputation

  1. I know this is old topic but shouldn't fix be like this else if (GetHP() <= 0) p.bHPPercent = 0; Instead of else if (GetMaxHP() <= 0) p.bHPPercent = 0; Because GetHP() is divided, not GetMaxHP()
  2. Make sure they have different names of top of the quest file: quest collect_quest_lv30 begin quest collect_quest_lv40 begin Make new character to test if it works fine of shutdown ur server and check in database player->table quest if you dont have set __status for your character in those quests.
  3. Under: self.pwdEditLine.SetTabEvent(ui.__mem_func__(self.idEditLine.SetFocus)) Add: self.saveLoginButton.SetEvent(ui.__mem_func__(self.__OnClickSaveLoginButton)) self.loadCredentialButton.SetEvent(ui.__mem_func__(self.__OnClickLoadInfoButton))
  4. Your syserr is saying that there is no such item in item_proto, but some of those vnums are negative or too big. Check your system files and check what vnums it's trying to add and correct them.
  5. Hello, i have a little problem with drop. When i add this line to drop: 4 3019 1 50 It works a little odd, because it won't drop 3019 item, it will drop 30190 item... any fix for this? It happens with a lot more items. not just this, if I add to drop item 3213 and there is 32130 the second one will be dropped. //Solved, dont put in column name vnum of item, because if VNUM from drop contains name this will be dropped.
×
×
  • 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.