where fix it? how to change exp lvl ,all weapon tagtic,all tactic.
Ex exp*2 or *4
tactic*2
job*10
where fix it? how to change exp lvl ,all weapon tagtic,all tactic.
Ex exp*2 or *4
tactic*2
job*10
Take a look into the sql folder
inside there are queryes to edit the exp. edit them to what you wantOriginally Posted by bbblack
Hi,
Can anyone explain to me, how to add those querys?
I always go to my NPC_gerneration_SP file and open it with a right click - open table - query.
There, I tried to add this query, but it didn't work.
And maybe anyone can explain to me, how to change tactics?
If I try to change it how it says in the SQL folder, it says that I can't change the query.. how can I cange it?
And in the query analyzer I can't edit things..
thanks, groebi
Open Query Analyser (Start --> All Programs --> Microsoft SQL Server --> Query Analyser) then paste the query in the white field. After that, where the scroll down bar is at the top, choose the database you are applying it too. Then execute it.
update dragonrajadb.dbo.NPC_Generation_SP set
NpcExp=100000000
change direct
NPC_Generation_SP >> npcexp