Jump to content

iBeast

Banned
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by iBeast

  1. Hello, I want to introduce you my biologist quests that I coded. Everything is through setting file (ibeast_addon.lua). Quests are working with "Researcher's Elixir" (there is bug with removing this item on many servers which does not use my quest). You can simply set up your own new biologist quests using one of my "template" quest. You can set up: rewards, minimal level, needed item, needed count, ids, chances for success, dialogs (text) and delay. Link: HERE or click on Signature (Section Free Stuff) Enjoy.
  2. Try: Find in uiinventory.py: Add: Find: Add under function: Hope I helped. iBeast
  3. Hi. Upload here uiinventory.py (USE_TYPE_TUPLE) from your root. iBeast
  4. Hi. Put your "Settings position / 100 and add your town info" into warp ring or to some way of the teleport you use... Example: x: 10184 + 50 = 10234 y: 10238 + 50 = 10288 And then *100 So you insert into quest that teleports you into map those values: 1023400 1028800 Hope I helped you.
  5. If somebody unpacks your client and there will be database command with your login, you can say "Bye Bye".
  6. Hello, I am making some kind of premium system (like VIP) and I want some suggestions as advantages for premiums... What do you think that Premiums should absolutely have? Thank you iBeast
  7. If you setup it (make some changes in char), yes.
  8. Hello guys, There is very simple way to edit default / horse (mount) rotation speed. Everything you have to do is to edit value. For horse (mount) rotation speed: Find InstanceBase.cpp in your client source Search for: "c_fDefaultHorseRotationSpeed" and edit value from " 300.0f " . For default rotation speed: Find InstanceBase.cpp in your client source Search for: "c_fDefaultRotationSpeed" and edit value from " 1200.0f " . Have a nice day iBest <3
  9. Hi @reymido. Try open your map using WorldEditor and check "No-PVP" zone. It is possible that you have "No-PVP" on that area. Have a nice day.
×
×
  • 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.