RSBot
RSBot copied to clipboard
Silkroad RU Bot?
Are you planning to add support for Official Silkroad RU? They use a pretty old version of Silkroad and the servers are quite enjoyable.
(ru.4game.com)
I hope so too. The server is good, and of the bots only the paid phbot.
Are you working on it ))?
Начал переделывать под 4game получаю ошибку тут
player.PhysicalAttackMin = packet.ReadUInt(); ====> null player.PhysicalAttackMax = packet.ReadUInt(); player.MagicalAttackMin = packet.ReadUInt(); player.MagicalAttackMax = packet.ReadUInt();
player.PhysicalDefence = packet.ReadUShort(); player.MagicalDefence = packet.ReadUShort();
player.HitRate = packet.ReadUShort(); player.ParryRate = packet.ReadUShort();
player.MaximumHealth = packet.ReadInt(); player.MaximumMana = packet.ReadInt();
player.Strength = packet.ReadUShort(); player.Intelligence = packet.ReadUShort();
А так же ошибка при получении уникального ID игрока
Выбран global
I started to translate under 4game, I will get an error now
player.Physical attack min = package.ReadUInt(); ====> null player.PhysicalAttackMax = package.ReadUInt(); player.MagicalAttackMin = package.ReadUInt(); player.MagicalAttackMax = package.ReadUInt();
player.Physical protection = package.ReadUShort(); player.Magic protection = package.ReadUShort();
player.Hit rate = package.ReadUShort(); player.ParryRate = package.ReadUShort();
player.Maximum health = pack.readInt(); player.Maximum quantity = package.readInt();
player.Power = package.ReadUShort(); player.Intelligence = package.ReadUShort();
Just like error when listening to the unique ID game
Global is selected
Есть идеи как починить? You have idea?
Game.Player = null
Unable to read beyond the end of the stream Object reference not set to an instance of an object
А никто не разбирался как записать прием квеста и его сдачу? And no one figured out how to record the reception of the quest and its delivery?