RSBot icon indicating copy to clipboard operation
RSBot copied to clipboard

Silkroad RU Bot?

Open layer07 opened this issue 1 year ago • 6 comments

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)

layer07 avatar May 28 '23 05:05 layer07

I hope so too. The server is good, and of the bots only the paid phbot.

bomber327 avatar May 28 '23 21:05 bomber327

Are you working on it ))?

IvanPro91 avatar Jun 24 '23 12:06 IvanPro91

Начал переделывать под 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?

IvanPro91 avatar Jul 02 '23 08:07 IvanPro91

Game.Player = null

IvanPro91 avatar Jul 02 '23 08:07 IvanPro91

Unable to read beyond the end of the stream Object reference not set to an instance of an object

IvanPro91 avatar Jul 02 '23 09:07 IvanPro91

А никто не разбирался как записать прием квеста и его сдачу? And no one figured out how to record the reception of the quest and its delivery?

IvanPro91 avatar Jul 05 '23 19:07 IvanPro91