Kaan Soral

Results 103 comments of Kaan Soral

[1] I'm in the process of adding /savecode /runcode /loadcode /viewcode etc. today, they are invoked from chat, basically, they will be functional substitutes until the UI gets an improvement...

Interesting ideas, I will think about them

Hmm, good idea, I will make it happen soon In the meantime, each `move`, `attack`, `heal` and "Consecutive" `use_hp_or_mp` are calls Those who got stung by the 100/3 limit are...

Thank you @jaggedsoft :) @TrentWDB It's more about "Architecture" - the architecture of "Javascript" itself, the architecture of "Web", basically, "Async" is good It's about "Ping" by the way, you...

Here's a way to track calls, for now Paste this into the "Javascript Console" of the browser `var _emit=socket.emit; socket.emit = function () {console.log('CALL',JSON.stringify(arguments)+" "+new Date());_emit.apply(socket, arguments);};` In hindsight, I...

The thing is, my priest got struck with it twice too, so I think there might be something unexpected going on too Prepared this interceptor snippet after that, currently waiting...

I'm looking into this issue further by the way

I just added `get_target_of` by the way, there's still room for internal improvement But basically, you might just taken on anyone who targets you (you have to iterate through parent.entities...

That's a good idea, there's actually an ability bar, but it's not ready for prime time yet Adding a "Snippet" that would run inside your CODE is a great idea!

For the time being, you can use `parent.socket.emit("transport",{to:"main"})` :)