Ugh

02/16/2011 19:21 [DEV]Harmony#1
K, I've got a question, might sound like a newb question but anyways.

I had +12 on my server, removed it and left +9 max, but to prevent players losing their +12's I've used +12 index for +9, +11 for +8 for +10 for
7, 9+ for +6, +8 for for +5, +7 for +4.

And when I try my +6 armor to +7 it succes and it doesn't go to +7, it goes to +4.

Wut to do nao :o?

Thanks.

Btw I know i can do that with a sql query, but It would take me years since I'd have to write for every single piece a query for user_bag, user_store, user_suit and user_storage
02/16/2011 19:31 mcsamuraicz#2
Quote:
Originally Posted by [DEV]Harmony View Post
K, I've got a question, might sound like a newb question but anyways.

I had +12 on my server, removed it and left +9 max, but to prevent players losing their +12's I've used +12 index for +9, +11 for +8 for +10 for
7, 9+ for +6, +8 for for +5, +7 for +4.

And when I try my +6 armor to +7 it succes and it doesn't go to +7, it goes to +4.

Wut to do nao :o?

Thanks.

Btw I know i can do that with a sql query, but It would take me years since I'd have to write for every single piece a query for user_bag, user_store, user_suit and user_storage
You have to change also upgrade weapon indexes in itemweapon.csv columns MinOption3 and MaxOption3. Hope this help :)

Edit:
its not MinOption3 and MaxOption3 - its BeforeLevelIndex and NextLevelIndex
sorry my fault ^^
02/16/2011 19:41 [DEV]Harmony#3
I'll try thanks for the fast reply.

Edit:

Change it to what,

As an example, Decoma +12 MinOption3 and MaxOption3 was

1242,1242

And Decoma +9 MinOption3 and MaxOption3 is
142,1242 too, they all have the same lines, so I doubt its that whats causing the problem =/.

Again I didn't replace the whole line, ONLY the Index.


Nevermind, I found the problem,

It was the BeforeLevelIndex,NextLevelIndex.

Well thanks again.

#Request close since I found the problem.