Forum > Serverside Modding

[SOLVED] New reputation

<< < (2/3) > >>

Scrainzo:
maybe tell us what was wrong?

Ascathos:
Probably forgot to put files on server, forgot to restart or took the wrong id. Can't be much more if he "edited the dbc right".

LordAres:
Hyakki

You should place your fix so if people run into a problem like this in the future they can reference your fix.

Daweo:
Hello, I am so sorry that i bring this solved topic alive again, but I try to create my own factions and I have problems. Can Someone who knows something about new reputations help me?

I added to Faction.dbc new line and filled with data by information from WowDev. Game works well and core too, but only before I log in. Then I give this core error:

--- Code: ---.../Source/src/server/shared/PacketsByteBuffer.h:394 in ByteBuffer::append ASSERTION FAILED:
  size() < 10000000
[0x24d4e2]
[0xfd685]
[0x21d2c2]
[0x47534]
[0x49113]
[0x1bf8d]
[0x1cc84]
[0x5d89]
[0x2fd1f0]
ACE_OS_Thread_Adapter::invoke()+0x74 [0x0]
endthreadex()+0x3a [0x0]
endthreadex()+0xe4 [0x0]
BaseThreadInitThunk()+0x12 [0x0]
RtlInitializeExceptionChain()+0xef [0x0]
RtlInitializeExceptionChain()+0xc2 [0x0]
--- End code ---

I dont have the new reputation used anywhere yet.
I tried to "hack" this error by adding another zero to condition, but it doesnt work. I tried to rewrite my Faction.dbc so many times and it still doestn work... :(

This is my new faction line...

--- Code: ---10000,200,1791,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1118,0.000000,0.000000,5,5,"Name",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16712190,"description",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16712190

--- End code ---

Can You help me please? Some advice or example of new faction.

Ascathos:
Out of generally looking it over, 0x2 as reputationflag1 seems weird. Try a different one, e.g. one that is covered in other factions already. Else, try adding a flag instead of a number for the localization masks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version