oen432
Legendary OT User
Does this thread look like a place to ask this question?Can someone help me how to config OTC to play in ot server in 12.6?
Does this thread look like a place to ask this question?Can someone help me how to config OTC to play in ot server in 12.6?
convert the code for your TFS version?I'm trying to add your bar to a system that I have professions, but I'm having trouble compiling the TSF
I don't know what I did wrong because I checked several times and it seems to me that it is right, would you know to tell me the reason for the error or some direction so that I can get out of this problem?
View attachment 56586
try without #ifdef PROGRESSBAR and #ifdef endI'm trying to add your bar to a system that I have professions, but I'm having trouble compiling the TSF
I don't know what I did wrong because I checked several times and it seems to me that it is right, would you know to tell me the reason for the error or some direction so that I can get out of this problem?
View attachment 56586
That's harmless.try without #ifdef PROGRESSBAR and #ifdef end
ChangeI'm trying to add your bar to a system that I have professions, but I'm having trouble compiling the TSF
I don't know what I did wrong because I checked several times and it seems to me that it is right, would you know to tell me the reason for the error or some direction so that I can get out of this problem?
View attachment 56586
SpectatorHashSet
to SpectatorVec
I don't understand, I did it but the problem still persistsThat's harmless.
ChangeSpectatorHashSet
toSpectatorVec
I don't think this is a problem, but I'm still not using it with the #ifdef endtry without #ifdef PROGRESSBAR and #ifdef end
This is not TFS 1.X?I don't understand, I did it but the problem still persists
I'm almost sure that I did everything right
View attachment 56602
Post automatically merged:
I don't think this is a problem, but I'm still not using it with the #ifdef end
I don't think so, if I'm not mistaken it's 3.6 or 0.4 I don't remember because it's been a long timeThis is not TFS 1.X?
What makes you think it will work?I don't think so, if I'm not mistaken it's 3.6 or 0.4 I don't remember because it's been a long time
Then no support from me. Do yourself a favor and use something recent.I don't think so, if I'm not mistaken it's 3.6 or 0.4 I don't remember because it's been a long time
I understand, unfortunately I can't change it anymore because I've already done a lot on this server ... but that's okay I'll try to make a progress bar for the client's module thanks anyway!Then no support from me. Do yourself a favor and use something recent.
Already a thing, read the post.one doubt, how to change the direction of bar?
I'm sorry, the most important part I had not read right, now it worked perfectly.Already a thing, read the post.
Just use duration 0 to stop it.Is there a way to interrupt the bar progress? If i'm using this bar for an action (lumberjacking), and if I stop the action, can I also interrupt the bar?
Thank you, sir! And thanks for providing this functionJust use duration 0 to stop it.
C:\...\forgottenserver-master\src\luascript.cpp(1035,72): error C2039: 'luaCreatureSetProgressbar': is not a member of 'LuaScriptInterface'
C:\...\forgottenserver-master\src\luascript.cpp(1035,97): error C2065: 'luaCreatureSetProgressbar': undeclared identifier
C:\...\forgottenserver-master\src\luascript.cpp(18083,25): error C2039: 'luaCreatureSetProgressbar': is not a member of 'LuaScriptInterface'
C:\...\forgottenserver-master\src\luascript.cpp(18090,56): error C2248: 'Game::startProgressbar': cannot access private member declared in class 'Game'
C:\...\forgottenserver-master\src\game.h(531): message : see declaration of 'Game::startProgressbar'
Tried to implement your feature in TFS 1.4.2, got the following warnings when building:
LUA:C:\...\forgottenserver-master\src\luascript.cpp(1035,72): error C2039: 'luaCreatureSetProgressbar': is not a member of 'LuaScriptInterface' C:\...\forgottenserver-master\src\luascript.cpp(1035,97): error C2065: 'luaCreatureSetProgressbar': undeclared identifier C:\...\forgottenserver-master\src\luascript.cpp(18083,25): error C2039: 'luaCreatureSetProgressbar': is not a member of 'LuaScriptInterface' C:\...\forgottenserver-master\src\luascript.cpp(18090,56): error C2248: 'Game::startProgressbar': cannot access private member declared in class 'Game' C:\...\forgottenserver-master\src\game.h(531): message : see declaration of 'Game::startProgressbar'
May I ask for you help, sir?
Okay, changed this and is all fine nowThat's harmless.
ChangeSpectatorHashSet
toSpectatorVec