• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • If you're using Gesior 2012 or MyAAC, please review this thread for information about a serious security vulnerability and a fix.

[7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

franckle

New Member
Joined
Sep 20, 2007
Messages
43
Reaction score
1
Good afternoon everyone, does anyone know how to resolve these errors?
 

Attachments

  • Screenshot_276.png
    Screenshot_276.png
    71.3 KB · Views: 30 · VirusTotal

Mateus Robeerto

New Member
Joined
Jun 5, 2016
Messages
66
Solutions
1
Reaction score
3
How do I put my items.otbm on that server there?? or do I have to edit ZERO's items.sv? I'm not understanding
 

reginaldofilhog

New Member
Joined
Feb 11, 2023
Messages
8
Reaction score
2
Location
Brazil, SP
1678733700527.png

When you click on the wing, it doesn't define it too, I've already scoured the client, a source, I still haven't found the why!
Post automatically merged:

I don't know if it's the client that's bugging or if parts of the code are missing, I evaluated the official otcv8 repository and added several parts that I was talking about, but the wing still doesn't work! Does anyone have a light? neither wing nor aura! Including the functions that get the clientID already adjusted too!
 
Last edited:

Mateus Robeerto

New Member
Joined
Jun 5, 2016
Messages
66
Solutions
1
Reaction score
3
View attachment 74095

When you click on the wing, it doesn't define it too, I've already scoured the client, a source, I still haven't found the why!
Post automatically merged:

I don't know if it's the client that's bugging or if parts of the code are missing, I evaluated the official otcv8 repository and added several parts that I was talking about, but the wing still doesn't work! Does anyone have a light? neither wing nor aura! Including the functions that get the clientID already adjusted too!
where did you open this one? can you explain?
 

jaaraargh

New Member
Joined
Aug 16, 2008
Messages
7
Reaction score
0
The one's that had issues getting stuck in login screen with OTCV8 how did you solve it? I see that my character logs into the game on TFS terminal.
 

leik meris

Active Member
Joined
Feb 17, 2010
Messages
75
Solutions
1
Reaction score
36
View attachment 74095

When you click on the wing, it doesn't define it too, I've already scoured the client, a source, I still haven't found the why!
Post automatically merged:

I don't know if it's the client that's bugging or if parts of the code are missing, I evaluated the official otcv8 repository and added several parts that I was talking about, but the wing still doesn't work! Does anyone have a light? neither wing nor aura! Including the functions that get the clientID already adjusted too!
up
 

Gesior.pl

Mega Noob&LOL 2012
Senator
Premium User
Joined
Sep 18, 2007
Messages
2,865
Solutions
92
Reaction score
3,060
Location
Poland
GitHub
gesior
View attachment 74091

how do i enable? I passed true everywhere, but it doesn't work!
First you need to apply changes on server side for these systems:
Then you must edit file modules/game_features/features.lua in OTCv8:
and under:
Lua:
-- you can add custom features here, list of them is in the modules\gamelib\const.lua
add:
Lua:
g_game.enableFeature(GameWingsAndAura)
 

reginaldofilhog

New Member
Joined
Feb 11, 2023
Messages
8
Reaction score
2
Location
Brazil, SP
First you need to apply changes on server side for these systems:
Then you must edit file modules/game_features/features.lua in OTCv8:
and under:
Lua:
-- you can add custom features here, list of them is in the modules\gamelib\const.lua
add:
Lua:
g_game.enableFeature(GameWingsAndAura)
Thank you, it worked perfectly my friend!
 

Pawn

New Member
Joined
Oct 9, 2020
Messages
3
Reaction score
0
I see my character when I type the username and password but when I try to type it it says the password or login is incorrect.

Would it have with my Znote site?
 

douk

New Member
Joined
Jun 3, 2010
Messages
9
Reaction score
0
does anyone have an RME map editor that can change items.srv and it still works?
 

Slatera

Active Member
Joined
Mar 6, 2009
Messages
504
Reaction score
35
Location
Sweden
I had the same issue with changing items.srv causing the RME to not load, and you gotta remove some of the flags from the items in order to make it work. I basically removed all flags from custom items added except their weights and it worked for me.
 

douk

New Member
Joined
Jun 3, 2010
Messages
9
Reaction score
0
I had the same issue with changing items.srv causing the RME to not load, and you gotta remove some of the flags from the items in order to make it work. I basically removed all flags from custom items added except their weights and it worked for me.
Could you give me a demo or send me your items.srv so I can see how you do it?
 

Slatera

Active Member
Joined
Mar 6, 2009
Messages
504
Reaction score
35
Location
Sweden
This is an example of a custom ring I use:

Lua:
TypeID        = 5099
Name        = "a ruby ring"
Flags       = {Take}
Attributes  = {Weight=850}

And that made it work for me.
 

Slatera

Active Member
Joined
Mar 6, 2009
Messages
504
Reaction score
35
Location
Sweden
Not 100% sure if it's the same issue as I had then, is it that it stops loading on 20% or something else?
 
Top