Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Shisui

  1. Add the lines in itemdesc.txt with their id and descripton, if you want.
  2. localeinfo BLEND_POTION_NO_TIME = "BLEND_POTION_NO_TIME" BLEND_POTION_NO_INFO = "BLEND_POTION_NO_INFO" to BLEND_POTION_NO_TIME = " " BLEND_POTION_NO_INFO = " " uitooltip, comment # else: # self.AppendTextLine(localeInfo.BLEND_POTION_NO_TIME) # else: # self.AppendTextLine("BLEND_POTION_NO_INFO") and add them to itemdesc.
  3. Don't feel sorry. It's just me, personaly and not offended, asking not to. If you want to post these kind of images, sure you've the freedom.
  4. Please don't use this type of images (that includes disabled people) again. It's just me, asking not to. Sorry for the off topic.
  5. if (it->second) // if other empire, price is triple dwPrice *= 3;
  6. I believe your client doesn't use python 2.7 but 2.2 Try the older versions of the bot.
  7. Try this quest if you want quest anOS_kill_system begin state start begin when kill begin if game.get_event_flag("anOS_STAT") == 1 and not npc.is_pc() then if math.random(1,50) == 1 then game.drop_item_with_ownership(299) end end end when 20094.chat." GM : drop system CP " with pc.is_gm() begin local STATUS = game.get_event_flag("anOS_STAT") say('Welcome to the drop system CP[ENTER]dropsystem is '..({'activated','deactivated'})[STATUS+1]) if select(({'Activate','Deactivate'})[STATUS+1],'Close') == 2 then return end if STATUS == 0 then syschat'Drop system has been activated' game.set_event_flag("anOS_STAT",1) elseif STATUS == 1 then syschat'Drop system has been deactivated' game.set_event_flag("anOS_STAT",0) end end end end
  8. exchange.cpp Search for if (item->GetVnum() >= 80003 && item->GetVnum() <= 80007) { LogManager::instance().GoldBarLog(victim->GetPlayerID(), item->GetID(), EXCHANGE_TAKE, ""); LogManager::instance().GoldBarLog(GetOwner()->GetPlayerID(), item->GetID(), EXCHANGE_GIVE, ""); } And after that m_pOwner->CreateFly(FLY_SP_MEDIUM, victim); for (int i = 0; i < 3; i++){ m_pOwner->CreateFly(FLY_SP_SMALL, victim); }
  9. msm's shapeindex is not same as the item_proto or you have something wrong in sura msm.
  10. npc.txt g 520 361 1 1 0 0 1m 100 1 12007 group.txt Group L70_¸»(Boss)-Á¶¶û¸»(Boss) { Leader . 20025 Vnum 12007 1 Pony 20029 2 Pony 20029 3 Pferd 20030 4 Pferd 20030 }
×
×
  • 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.