edubart / otclient

An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
652 stars 399 forks source link

Ot Client Cast System #85

Closed esfomeado closed 12 years ago

esfomeado commented 12 years ago

Would be cool add a cast system in client that will connect to some server and we would be able to watch.

yrpen commented 12 years ago

It require engine (OTServ, TFS, etc.) modification?

BenDol commented 12 years ago

This can be done via OTClient I believe.

esfomeado commented 12 years ago

Can be made client side don't require any engine modification.

Ghorre commented 12 years ago

Requires some sort of server for a list of casts though, no? Unless it's gonna be like "Hey I'm casting, here's the link..."

ghost commented 12 years ago

Yes. This can be done via otclient, but it require engine modification.

esfomeado commented 12 years ago

I think that requires only otclient modification. Will be like tibia client and tibia cast only in one system.

edubart commented 12 years ago

Would be cool, but this would be a third party module, not inside otclient project. Although we could add API needed to create that if anyone is willing to create this.