-
-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing new Ink liquid (Vial of Ink) #123
Comments
could contribute some content <3 |
In the items.xml add <!-- liquids vial -->
<item id="40001" name="water" />
<item id="40002" name="blood" />
<item id="40003" name="beer" />
<item id="40004" name="slime" />
<item id="40005" name="lemonade" />
<item id="40006" name="milk" />
<item id="40007" name="manafluid" />
<item id="40010" name="lifefluid" />
<item id="40011" name="oil" />
<item id="40013" name="urine" />
<item id="40014" name="coconut milk" />
<item id="40015" name="wine" />
<item id="40019" name="mud" />
<item id="40021" name="fruit juice" />
<item id="40026" name="lava" />
<item id="40027" name="rum" />
<item id="40028" name="swamp" />
<item id="40035" name="tea" />
<item id="40043" name="mead" />
<item id="40044" name="ink" /> |
This issue is stale because it has been open 120 days with no activity. |
Your issue will be transferred to the canary repository |
This issue is stale because it has been open 120 days with no activity. |
…#324) Description Full rework on the way that the server handles the fluids, to use one single ENUM and remove all the garbage functions and maps that used to store the same values for fluids over and over again. Add new creature race type named INK. This new race type is used mostly on creatures on the tibia "The Secret Library". Attacking those creatures or slain then will now create the proper type of blood pool/splash. Resolves #123 OTServerBr-Global PR: opentibiabr/otservbr-global#544
…#324) Description Full rework on the way that the server handles the fluids, to use one single ENUM and remove all the garbage functions and maps that used to store the same values for fluids over and over again. Add new creature race type named INK. This new race type is used mostly on creatures on the tibia "The Secret Library". Attacking those creatures or slain then will now create the proper type of blood pool/splash. Resolves #123 OTServerBr-Global PR: opentibiabr/otservbr-global#544
That Ink liquid can be taken from Biting Book, just use a empty vial in his corpse.
https://www.tibiawiki.com.br/wiki/Vial_of_Ink
https://prnt.sc/rkmvop
The text was updated successfully, but these errors were encountered: