Jump to content

jharick

Members
  • Posts

    77
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    philippines

jharick's Achievements

Poring

Poring (1/15)

3

Reputation

  1. Ill try to change client version to 2012-05-15 and the error gone. I can right click all the item state above. Edit: Already solve the problem it cause by a long item description in 'idnum2itemdesctable.txt' Example: From this 13170# A masterpiece that brings the power of the Rifles to the max. This beautiful gun steals the heart of the Gunslingers, and its high performance will put a holethrough the heart of the enemy. Only downside is that, due to the fact it is lever-action oriented, the Attack Speed is somewhat poor. HIT + 20, Critical Rate + 50, Attack Speed - 5%. Class :^777777 Rifle^000000 Attack :^777777 138^000000 Weight :^777777 77^000000 Property :^777777 Neutral^000000 Weapon Level :^777777 3^000000 Required Level :^777777 70^000000 Applicable Job :^777777 Gunslinger^000000 # To This: 13170# A masterpiece that brings the power of the Rifles to the max. This beautiful gun steals the heart of the Gunslingers, and its high performance will put a hole through the heart of the enemy. Only downside is that, due to the fact it is lever-action oriented, the Attack Speed is somewhat poor. HIT + 20, Critical Rate + 50, Attack Speed - 5%. Class :^777777 Rifle^000000 Attack :^777777 138^000000 Weight :^777777 77^000000 Property :^777777 Neutral^000000 Weapon Level :^777777 3^000000 Required Level :^777777 70^000000 Applicable Job :^777777 Gunslinger^000000 # Do it to all item that gave you errors.
  2. I also got that problem when you right click on that item you got the error. see image attach my client version is 2012-04-10
  3. I also experienced this problem edit: already Solved, I noticed in database that the character HP and SP is zero. Just set the zero to current max HP/SP.
  4. try this patch Its work for me. xantara_item_bound.patch
  5. try this one: vending.patch
  6. can I know what revision do you use?
  7. this is what I change zeny = 0; to z = 0; pc_payzeny(sd, (int)z, LOG_TYPE_VENDING, vsd); to pc_payzeny(sd, (int)z); because too many actual parameters.
  8. I manage to eliminate the errors. Just try this patch. I didn't yet try ingame. vending.patch
  9. try this one : void vending_purchasereq_script(struct map_session_data* sd, struct npc_data* nd, int aid, int uid, const uint8* data, int count) { int i; int add; int blank; int weight; double z; struct map_session_data* vsd = map_id2sd(aid);
  10. try this Make this line: void vending_purchasereq_script(struct map_session_data* sd, struct npc_data* nd, int uid, const uint8* data, int count) { int i; int add; int blank; int weight; double zeny; to this: void vending_purchasereq_script(struct map_session_data* sd, struct npc_data* nd, int uid, const uint8* data, int count) { int i; int add; int blank; int weight; double z; struct map_session_data* vsd = map_id2sd(aid);
  11. yes that is the other way where you can put your custom item. because item id 758 to 900 is Not Use. that free slot is only 144. what if my custom item is 200+.
  12. That is also my problem. because the item maximum stack per item is only 30,000.
×
×
  • Create New...