Forum > Serverside Modding

[SOLVED] New reputation

<< < (3/3)

Daweo:
Thanks for respond.

I have typed it in DBC like flag, but DBC>CSV converter writes it like number. I tried many flags or zero flag too. I really dont know where error can be....:/

Do I need some other lines in FactionTeplate.dbc too or It is required only for connections between factions?

XxXGenesisXxX:
@ Daweo

1. The numbers it's converting to is just the decimal equivalent of the hexidecimal. It should convert it back when needed. It's the same think it was, just read differently. Different programs will read it differently too (MyDBCEditor will read the hexidecimal, Taliis will read the decimal equivalent.

2. The error you got was a buffer overflow/overload (I don't know the technical terms). Not exactly sure where you said you put the extra 0, but adding it to the buffer should work (and has in my experience before all this table emphasis of trinitycore).

3. However, you are using the ID 10000? That's ridiculously high considering the current list is only about 2000. A THEORY to why it's not working is the ID at 10000 read as a hexidecimal (dunno why it would do that) would equal 65536 decimal, which to my memory in a lot of table data the limit is  65535. Not even joking, you could be 1 too high lol. Try a lower number.

4. Just a warning, you are only at the tip of the iceberg for the annoyance that is the reputation system... The reputation system is very very touchy and not something I recommend fiddling with unless you are really good at problem solving WoW modding.

Daweo:
@ XxXGenesisXxX

I solved my problem. It was high number of unique ID for rep point gaining (2nd Column). Core doesnt crash...

And to explaining our misunderstanding....

1. I work in MyDBCEditor. All things that dont need much work, many lines...If I rework many lines(like spell.dbc) I convert it and import to Excel. I used converter to show you my line... I know all You wrote in first point...:)

2. Yes, I added the zero to buffer...

3. So high number? It is because I have a little bit different system, I created for my server. It is really complicated, but it works...

4. Wow modding is like Iceberg... I fully agree with You... I do "massive" customization of wow about three years and I know problems, because there are always some problems...:D

I really thank You all for help...
Now I have problem that reputation doesnt increase, but it is like you said only tip of iceberg...:)


EDIT: Problem solved... You have to set some rep flag to show in rep tab and after use of .modify rep command You have to relog then it works..

Daweo:
And to fully close this topic.... The error which had hyakkimaru was, that he used for NPC faction ID from Faction.dbc instead of FactionTemplate.dbc. :)

Once again, Thanks for help everyone...:)

Navigation

[0] Message Index

[*] Previous page

Go to full version