Any reason for which BA and CTF are failing just few minutes after they are started? And What's the offset for changing thief gold's multiplier
CTF => "Failing" says nothing. What exactly happens?Quote:
Any reason for which BA and CTF are failing just few minutes after they are started? And What's the offset for changing thief gold's multiplier
this would be boring, I prefer creating a new table -> naming it _refscrapofpackagetest -> pasting all refscrapofpackageitem.txt rows into it -> using this queryQuote:
Solution:
Go to every NPC and buy everything. Teleport right away and see if any of the items have changed. Shouldn't take long to find out which NPC is fucked.
Query will result the lines which are not like database.Quote:
SELECT test.RefItemCodeName,test.[Index]
from _refscrapofpackagetest test
join _refscrapofpackageitem [real]
on test.[index] = [real].[index]
where [real].[index] = test.[index] and [real].refitemcodename not like test.refitemcodename
That won't do anything. Both items exist, their SlotIndex is wrong. The query won't show you shit.Quote:
this would be boring, I prefer creating a new table -> naming it _refscrapofpackagetest -> pasting all refscrapofpackageitem.txt rows into it -> using this query
Query will result the lines which are not like database.
I tried it and the result was the items that have different refitemcodename in media and the same index in db and mediaQuote:
That won't do anything. Both items exist, their SlotIndex is wrong. The query won't show you shit.
Brain2.0.exe plyz :rtfm:
OH and ALIASES are used to make typing easier. By using brackets and ambiguous names is bad practise. When you use something, either use it properly or leave it be. Don't make ur own life harder.
whatever CTF/BA was an exploit which crashes the BA/CTF but anyways thx to magico it is fixed,Quote:
CTF => "Failing" says nothing. What exactly happens?
Don't know the offset, don't care either. Use SrZor or Mark's gameserver, they have that in the config file. Don't re-invent the wheel for no reason.
You can find both of these in the RELEASE/HACKS/BOTS section.
Google before you ask something.
Nope, dude you are just mispelled some stuff at the acc db connection at cert ini files. Just fix it up.Quote:
you mean G99_xxx_x.crb files? or ini?
I took them from v188 cuz i didnt find v193 cret so if that metter can you give me link?
If you really need the offset use a binary comparison tool and compare the gameservers. You'll find it in a few minutes.Quote:
whatever CTF/BA was an exploit which crashes the BA/CTF but anyways thx to magico it is fixed,
and i asked an exact question about the offset if u dont know like u said it would be enough to say it :D, i know about the other gameserver but was curious to know IF u know, anyway stay cool Tchau
but it works perfect with v188 files what can be worng?Quote:
Nope, dude you are just mispelled some stuff at the acc db connection at cert ini files. Just fix it up.
If you really need the offset use a binary comparison tool and compare the gameservers. You'll find it in a few minutes.
CTF & BA "stopping" was an exploit indeed. Next time you try to ask for something... explain it properly. When you say CTF crashing, I can think of 3-4 different things why it could "crash". The word CRASH doesn't really mean anything factual. That's why I asked again.