Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

OnProcessRecall() is broken on Crystal Scar

OnProcessRecall bug crystal sapi recall broken crystals car scar imhungry

  • Please log in to reply
No replies to this topic

#1
Tiritto

Tiritto

    Script Developer

  • Members
  • 377 posts
  • LocationPoland

For some strange reason OnProcessRecall() seems to be broken for me on Crystal Scar. When I use those lines for debug:

if recallProc.isStart == true then
	PrintChat(string.format("Currently %s <font color='#ffffff'>STARTED</font> %s for total time %d", GetObjectName(Object), recallProc.name, recallProc.totalTime))
elseif recallProc.isFinish == true then
	PrintChat(string.format("Currently %s <font color='#00aaff'>FINISHED</font> Recall to the base for passed time %d", GetObjectName(Object), recallProc.passedTime))
else
	PrintChat(string.format("Currently %s <font color='#ffaa00'>FAILED</font> to Recall to the base for passed time %d", GetObjectName(Object), recallProc.passedTime))
end

It shows the message when recall is finished but it doesn't show when recall is started.

 

Edit: I just started new game on Crystal Scar to check what exactly goes wrong with this loop on this map and the result is really strange.

recallProc.isStart is NEVER true on this map, no matter where and when I recall I never got "STARTED" message.

recallProc.isFinish is NEVER true on this map as well. Strangely, when player successfully recall "FAILED" status shows up.

If player recall is interrupted then "FAILED" status shows up just like it should.

 

Edit: It work's just fine on the Summoner's Rift and Twisted Treelane. It seems that the problem is different from the original recall on Crystal Scar.

PS. I don't know if it works on Howling Abyss  Keppo


  • 0





Also tagged with one or more of these keywords: OnProcessRecall, bug, crystal sapi, recall, broken, crystals, car, scar, imhungry

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users