WatersEdge / l1j-en

Automatically exported from code.google.com/p/l1j-en
2 stars 3 forks source link

Remove curse scroll does not update item display #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a remove curse scroll on an identified item

What is the expected output? What do you see instead?
It becomes unequipable server side, but the client still displays it in red.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chris.wa...@gmail.com on 19 Jun 2011 at 5:45

GoogleCodeExporter commented 8 years ago
is there any chance this is just how its supposed to work.  I'm being told 
remove curse scrolls wont make a cursed item not cursed anymore, they'll just 
make it so you can take them off

I honestly cant remember

Original comment by tric...@gmail.com on 20 Jun 2011 at 3:05

GoogleCodeExporter commented 8 years ago
they should make it not cursed, it should be in C_Itemuse.java and should just 
change the item_id from being 2xxxxx to removing the 2 at the front.

Original comment by Mike.Sul...@gmail.com on 20 Jun 2011 at 11:39

GoogleCodeExporter commented 8 years ago
I believe it'll also have to update the bless column in the db

Original comment by tric...@gmail.com on 28 Jun 2011 at 4:20

GoogleCodeExporter commented 8 years ago
Issue 203 has been merged into this issue.

Original comment by bm3...@gmail.com on 4 Jul 2011 at 1:54

GoogleCodeExporter commented 8 years ago
n-prat will remove curses from anything worn or wielded.  b-prats de-curse 
everything in your inventory (and is the only way to convert c-scrolls to 
n-scrolls).

http://nethack.wikia.com/wiki/Scroll_of_remove_curse

Apparently both are broken, but they were working pre-merge.

Original comment by bm3...@gmail.com on 4 Jul 2011 at 2:04

GoogleCodeExporter commented 8 years ago
Fixed in r843.

Original comment by bm3...@gmail.com on 21 Jun 2014 at 11:33