Jump to content

Norse

Members
  • Posts

    82
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Not Telling
  • Location
    Midgard

Recent Profile Visitors

2877 profile views

Norse's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

0

Reputation

  1.  this is my pc.c

    pc.c

  2. pc.c: In function ‘pc_additem’: pc.c:4601:23: error: request for member ‘type’ in something not a structure or union if(sd->inventory_data->type == IT_CHARM) ^ make[1]: *** [obj/pc.o] Error 1 Still no luck.
  3. Can someone help us update this, because it not compatible with latest rA. Original topic from here. i got error at
  4. What i want is something like this scripts. add new item 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{} function script CustomBox { setarray .BoxItems[0],501,502,503; set .Random, getarraysize( .BoxItems ); getitem .BoxItems[ rand( .Random ) ], 1; end; } But with some mod, the item is enhance randomly to.
  5. I need someone help to make box script for random item with random with random enhancement. And the enhancement must be at the 4th slot. Please help me if this possible.
  6. Norse

    My Cart Weight

    I will try to update my rAthena 1st then.
  7. This happen after i changed maximum cart weight from 16,000 to 8,000. 1) Player max out their cart @ 8000 2) Player release cart and re log 3) Rent cart again, the cart will be 0/8000 4) Max out the cart again @ 8000 5) Re log, the cart weight will be 16,000/8,000 6) This can be repeating until unlimited weight of cart. Need help to solve this.
  8. Norse

    Monster Hunting

    @Skorm Thanks for the ideas!
×
×
  • Create New...