Jump to content

Elijah23

Members
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Elijah23

  1. Can't clone the repo, keep on getting fatal: early EOF fatal: The remote end hung up unexpectedly fatal: index-pack failed error: RPC failed; result=56, HTTP code = 200 git did not exit cleanly (exit code 128) (1341702 ms @ 10/29/2013 10:45:07 PM)
  2. You need to do @reloadbattleconf when you change something in that
  3. your hopes was heard FluxCP addon ready https://github.com/S-anasol/sanasol/tree/master/merchant_db_flux Installation: move `vending` addon folder to `fluxcp-folder\addons` oh... forgot about update data in table Function: vending_purchasereq After // vending item pc_additem(sd, &vsd->status.cart[idx], amount, LOG_TYPE_VENDING); vsd->vending[vend_list[i]].amount -= amount; pc_cart_delitem(vsd, idx, amount, 0, LOG_TYPE_VENDING); clif_vendingreport(vsd, idx, amount); Add //vending to db [Sanasol] if(vsd->vending[vend_list[i]].amount >= 1) { if( SQL_ERROR == Sql_Query(mmysql_handle,"update `vending` set `amount`='%d' where `char_id`='%d' and `index`='%d'", vsd->vending[vend_list[i]].amount, vsd->status.char_id, vend_list[i]) ) Sql_ShowDebug(mmysql_handle); } else { if( SQL_ERROR == Sql_Query(mmysql_handle,"delete from `vending` where `char_id`='%d' and `index`='%d'", vsd->status.char_id, vend_list[i]) ) Sql_ShowDebug(mmysql_handle); } //vending to db [Sanasol] Thanks for this! Can't download it, error: git did not exit cleanly (exit code 128)
  4. Thanks! Working man! Hope you release an addon or module that will be compatible with flux , thanks!
  5. @Stolao Using 1.51, i'm getting this error:
  6. Tried this, but I'm getting failed retrieve when updating the KRO and RE, it seems to be the patch site is not working?
  7. It's ok if your style will still be implemented, xD so if you may add minutes and seconds into it, that would be fine, xD
  8. @@Stolao What does this line really means? -> 22 hours before the next daily login reward? if it's what does it really mean, I have a proposal to change it into like this: and change this : into this: in this way, we can incorporate this script: and we can show the message this way:
  9. That would be good increasing the capacity of the rewards but a little bit too much for configuration since you need to input all the arrays with values. I have a suggestion, can we optimize the rewards like this: Day 1:(Itemid,amount,itemid,amount){itemid,amount} making the daily login rewards not just limited to 1 item xD Day 2:(Itemid,amount,itemid,amount){itemid,amount} and so on.. if day 1 is the only thing specified, it will be the same reward for the next day, but will be multiplied depending on what we'll be configuring: Reward Multiplier: 1,2,3 and so on... If day 1 is the only specified multiplier, then it would be one used for all the time, xD Hope it can be done like that xD
  10. Oh forgot about that, thanks!
  11. Is there a way to reload this config file?
  12. Hello, If anyone could share their files regarding this matter. I'm using the latest Basic Data folder by alexandria but I'm still getting minor glitches with the hair palettes and head sprite. I'm getting weird lines in the nose and hair style 1-9 doesn't change color from hair dye 1-10. Already tried replacing my files and using Kamishi's corrected head sprite and body sprites as well as palettes but still getting this weird problem. So if you're not encountering this error, would you mind sharing your files? Thanks!
  13. how does it not work? could you please share the grf? thanks
  14. Hi everyone, Would you mind sharing a simple code to achieve something like this for Flux CP.. Advance thanks..
  15. Hello everyone, just want to ask anyone who can do this.. Just an expansion of delitem script command but can be used to cart and storage for a specific account ID.. I know that the delstorageitem for sql can be done with an SQL query, but it would be better to use a script command for me.. Maybe you can add also the countitem part for the cart inventory, countcartitem xD.. I think it would be useful for everyone.. Advance Thanks..
  16. I think you just need to put ; after getmapxy(.@m$,.@x,.@y,0) so it will become getmapxy(.@m$,.@x,.@y,0);
  17. Have tried 2.0 but it seems to be not adding damages nor reducing damage..
  18. the script getmapmobs has been deleted in rathena.. use mobcount instead..
  19. Same here, xD when doing @reloadscript.. And when used in live server, it causes random map crash somewhere (random time) although I don't have a crashdump since I can't make one with my vps.. lmao Edit: Wow, AnnieRuru in rathena.. xD nice to see you here..
  20. Hello everyone, just wanted to ask regarding this error that I'm getting.. db.c line 1072 shows: I have really no Idea what's causing the error.. xD I'm using the latest rathena revision..
  21. can I bump for this?.. Any way that we can cap and prevent getting 100% race resistance? thanks
×
×
  • Create New...