Jump to content

WhiteEagle

Members
  • Content Count

    52
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    WhiteEagle got a reaction from Hyroshima in Item drop with random refine level/card   
    At first thanks for your response and yes it isnt hard to do like this,
    but the problem with makeitem is, it can happen it drop twice. (1x normal and 1x from makeitem)
    As example: Poring get killed and drop a knife and with some "luck" prog the makeitem, so he get 2 knifes.
    I would have to switch off the normal drop completely and just let makeitem run.
     
    Edit:
    If i understand this correct, could this added here.
    /*========================================== * item drop with delay (timer function) *------------------------------------------*/ static int mob_delay_item_drop(int tid, int64 tick, int id, intptr_t data) { struct item_drop_list *list; struct item_drop *ditem; list=(struct item_drop_list *)data; ditem = list->item; while (ditem) { struct item_drop *ditem_prev; map->addflooritem(NULL, &ditem->item_data,ditem->item_data.amount, list->m,list->x,list->y, list->first_charid,list->second_charid,list->third_charid,0, ditem->showdropeffect); ditem_prev = ditem; ditem = ditem->next; ers_free(item_drop_ers, ditem_prev); } ers_free(item_drop_list_ers, list); return 0; }  
  2. Like
    WhiteEagle got a reaction from akbare in Client Error: IsHelmRobe   
    Hey guys,
    Does anyone know how to fix this error?
     
    Infomations:
    Client Version: 2019-12-24_5aRagexe_zero
    Compiled with: ./configure --enable-packetver=20191224 --enable-packetver-zero
    Zero Client downloaded and patched.
    Translated Files tested: Zackdreaver and Asheraf (original files too)




  3. Like
    WhiteEagle got a reaction from Barabb4s in MAX_GUILD   
    You Need edit this too:  src/char/int_guild.c  around line ~ 866
     
    g->max_member = BASE_GUILD_SIZE + inter_guild->checkskill(g, GD_EXTENSION) * 6;  
  4. Upvote
    WhiteEagle got a reaction from REKT in Guild Quests   
    It's possible to make quests countable for the whole Guild? 
    Excample: Someone start a Guild quest (Kill 100 Mantis), all Guild mates can kill them too (without being in a Party)
  5. Upvote
    WhiteEagle got a reaction from banhelba2019 in Skill Tree Issue   
    Thanks for your replys.
    Yea, thats "fixed" the problem.
    And AnnieRuru, that's all was disabled and tested with an normal acc. .
    But thanks either. ^^
     
  6. Upvote
    WhiteEagle reacted to AnnieRuru in Item drop with random refine level/card   
    the cards can be done by retrieve the card ID from `item_db` SQL table, its not that hard to do
    https://github.com/AnnieRuru/Release/blob/master/plugins/addrefinedrop/addrefinedrop_0.2.c
    btw, this is simple stuffs ....
    PS: when testing, I turned on autoloot and using custom identifier script
  7. Upvote
    WhiteEagle got a reaction from Vitox in Achievement & Item Link System   
    Hey, has anyone the files for the achievment system?
    RebirthRO got it running: http://wiki.rebirthro.com/wiki/Achievements
     
    For the Item Link System, which Ragexe is needed?
    I'm using atm the 20150513 exe.
     
    Thanks for help
  8. Upvote
    WhiteEagle reacted to Dastgir in Link Item System!!!!   
    Great feature.. Seems kRO becoming more active
  9. Upvote
    WhiteEagle reacted to Kuya Jeo in auto itemusing on pickup   
    @@WhiteEagle
     
    here you go, already tested, read some of the comments
     
    1. put this in your server
    2. do no use @reloadscript ( recommended to restart your server after putting this script )
     
    http://pastebin.com/wVpb1CiC
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.