[BUG]Craft ExtremelyDifficult

Put your bugs you find in osRose here

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

[BUG]Craft ExtremelyDifficult

Postby rave on Fri Mar 11, 2011 12:59 am

dev rev II
evo v307

this is the problem
1.jpg
1.jpg (28.94 KiB) Viewed 5855 times


i already changed the stb refine chance it think higher
i already changed the list_config.sql refine chance to 1k

but i cant still craft it is always fail all items on craft fails
rave
Clown
Clown
 
Posts: 459
Joined: Thu Dec 10, 2009 1:07 pm

Re: [BUG]Craft ExtremelyDifficult

Postby rave on Fri Mar 11, 2011 4:38 am

add:

i can now craft from gem 1 to gem 7 but when it says success it doesnt show the product gem on inventory I NEED TO RE CON for me to see the products....
rave
Clown
Clown
 
Posts: 459
Joined: Thu Dec 10, 2009 1:07 pm

Re: [BUG]Craft ExtremelyDifficult

Postby toxin on Fri Mar 11, 2011 7:28 am

yeah because there is a bug inside the the craft packet for stacking gems
find
  1.         if (item.itemtype == 11)
  2.          {
  3.              ADDWORD( pak, 0x0001);// amount
  4.              ADDWORD( pak, 0x0000);
  5.          }
  6.          else
  7.          {
  8.              ADDDWORD(pak, BuildItemData(item));
  9.          }


replace with
  1. ADDDWORD(pak, BuildItemData(item));


~ToxiN
toxin
Pomic
Pomic
 
Posts: 85
Joined: Wed Aug 08, 2007 11:31 pm

Re: [BUG]Craft ExtremelyDifficult

Postby Sousie on Fri Mar 11, 2011 8:51 am

What level is your character trying to craft the gems, because it seems level plays a big role in crafting?
Sousie
Smoulie
Smoulie
 
Posts: 42
Joined: Sun Oct 24, 2010 2:38 pm

Re: [BUG]Craft ExtremelyDifficult

Postby rave on Fri Mar 11, 2011 4:44 pm

toxin wrote:yeah because there is a bug inside the the craft packet for stacking gems
find
  1.         if (item.itemtype == 11)
  2.          {
  3.              ADDWORD( pak, 0x0001);// amount
  4.              ADDWORD( pak, 0x0000);
  5.          }
  6.          else
  7.          {
  8.              ADDDWORD(pak, BuildItemData(item));
  9.          }


replace with
  1. ADDDWORD(pak, BuildItemData(item));




~ToxiN


thanks its fixed now ^^
rave
Clown
Clown
 
Posts: 459
Joined: Thu Dec 10, 2009 1:07 pm


Return to Bugs

Who is online

Users browsing this forum: No registered users and 4 guests

cron