Jump to content

Norse

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by Norse

  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!
  9. Norse

    Monster Hunting

    Okay,can someone help me?
  10. Norse

    bHPVanishRate

    Someone? Still need some help.
  11. Norse

    Monster Hunting

    1. Yes, into a variables, which can later use to buy stuffs in currency shop. 2. For both variables,so i can look and edit it easily (lol) 3. Only adjustable by GMs,because i want to choose what monster that will be random for hunting,not random from mob_db.( I want set/choose the random monster that the NPC will give,including the amount of monsters. 4. Yes,adjustable in scripts. 5. And yes,2 variables for buying stuff and total accumulated for bonus stats. Really need your help Annie
  12. Norse

    Monster Hunting

    Thank you for replying. I saw this script somewhere,it is close enough,but still need some modifications. Because i want the Mission Point to measure extra stats points that players will receive on login(change depends on players current Mission Point,if players have 100 MP they will receive Allstats +1 bonus on login and 300 MP for Allstats + 3 bonus etc). Not to buy or trade with item. Plus i don't want the Base Exp, Job Exp, and Zeny rewards.
  13. Can i request a Monster Hunting Mission scripts. The MHM NPC will give random monsters to hunt. (Adjustable/Setable) Number of monster can be set. (Adjustable/Setable) There is time limit for this mission. (Adjustable/Setable) The rewards of this mission is you will receive Mission Point (Adjustable/Setable and SQL version maybe?) The Mission Point will give you extra stats OnPCLoginEvent. Example : If players have 100 Mission Point you will receive Bonus Allstats +1 If players have 500 Mission Point you will receive Bonus Allstats +3 If players have 1000 Mission Point you will receive Bonus Allstats +5 and so on.(Adjustable/Setable) 6. Whenever you die(Suicide is included),the Mission Point will decrease (Adjustable/Setable) 7. Players can check their Mission Point from this NPC. Sorry for my English,i hope someone can get this hard scripts done.
×
×
  • Create New...