PDA

View Full Version : Fixes 12/14


Pro Noob
12-13-2019, 07:47 PM
Fixed yell for nechrayel
Fixed a different option interface
Fixed the house option be a toggle between regular and ancient spellbook
Fixed flax picking
Fixed sheep and shear them
Fixed spinning wheel in seers
Fixed Aubury can now teleport you to edgeville
Fixed the bank option on banker
Fixed yanille and taverly stairs, so you can enter the chest or slayer dungeon
Fixed sheep and slayer master spawns
Fixed the commands 'max', 'price' and 'boss' commands for regular users

Miami Flow
12-13-2019, 11:11 PM
When you get a drop it won't "yell" it as the game thinks you just "yelled" out that you killed the boss, so in the chat box you get the message " you must wait 7 more seconds before yelling again..."

I assume this is caused from lines 313-316 and 369-373 of src/net/dodian/uber/game/model/entity/npc/Npc.java

As it looks like you changed the code and the client seems to have the yell come from the player, but formatted it to display as [system] ?
p.yell("<col=FFFF00>[SYSTEM]<col=000000> <col=292BA3>" + yell + "@cr2@");

An easy fix could be removing the 10 seconds delay in the yell channel but that's up to you just trying to help :P

Spunky
12-14-2019, 01:20 AM
That yell timer annoying anyway. The crybabies who actually get upset over spam can turn off yell now anyway so no need for it really.

Pro Noob
12-14-2019, 05:47 AM
When you get a drop it won't "yell" it as the game thinks you just "yelled" out that you killed the boss, so in the chat box you get the message " you must wait 7 more seconds before yelling again..."

I assume this is caused from lines 313-316 and 369-373 of src/net/dodian/uber/game/model/entity/npc/Npc.java

As it looks like you changed the code and the client seems to have the yell come from the player, but formatted it to display as [system] ?
p.yell("<col=FFFF00>[SYSTEM]<col=000000> <col=292BA3>" + yell + "@cr2@");

An easy fix could be removing the 10 seconds delay in the yell channel but that's up to you just trying to help :P
We'll remove the timer.

Miami Flow
12-14-2019, 06:55 PM
No longer need 10 crafting to spin flax.