Jump to content

Sanasol

Members
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    2

Sanasol last won the day on November 21 2016

Sanasol had the most liked content!

About Sanasol

  • Birthday 07/02/1993

Profile Information

Contact Methods

Recent Profile Visitors

10226 profile views

Sanasol's Achievements

  1. https://github.com/sanasol/FluxCP_Addons-VoteForPoints fixed some bugs 1. unable to vote more than one time 2. incorrect cashpoints balance display 3. upload voting site image via add/edit form
  2. https://github.com/sanasol/FluxCP_Addons-VoteForPoints fixed some bugs 1. unable to vote more than one time 2. incorrect cashpoints balance display 3. upload voting site image via add/edit form
  3. https://github.com/sanasol/FluxCP_Addons-VoteForPoints fixed some bugs 1. unable to vote more than one time 2. incorrect cashpoints balance display 3. upload voting site image via add/edit form
  4. @CyberDevil fixed, noticed it before and thought that looks not good, but kept as is to avoid other unexpected bugs ? https://github.com/sanasol/FluxCP_Addons-VoteForPoints/commit/86f91449633826cbd0b95c7146ce6943570943dd
  5. https://github.com/sanasol/FluxCP_Addons-VoteForPoints There is some fixes since last year. Just to keep everyone noticed on 7th page of this topic ?
  6. https://github.com/sanasol/FluxCP_Addons-VoteForPoints/blob/master/config/addon.php#L4 Do you use vote option here? NPC only works in this case i guess ?
  7. @KeyMaster You sure that correctly created code?
  8. @KeyMaster no errors found, everything works for me. (php7.3) Could you check data/logs/mysql/errors or data/logs/errors/exception?
  9. weird, what error you get on 5.6-7.1? Could you check data/logs/mysql/errors or data/logs/errors/exception?
  10. @spawnn, @Hakahay Check "data/logs" for mysql errors and post it here or on my github fork. Checked on local fluxcp 'PointsType' => "vote" No errors, works good. Did you apply sql schema changes? https://github.com/S-anasol/FluxCP_Addons-VoteForPoints/tree/master/schemas/logindb
  11. https://github.com/rathena/FluxCP/issues/238#issuecomment-487422411
  12. Applied some fixes, should work now Yet another fork: https://github.com/S-anasol/FluxCP_Addons-VoteForPoints
  13. Not sure, try it, but default value is player i.e. 0, so no need to specify each time. Also these lines worked before as you said: On1sec: getmapxy(@map$, @xb, @yb);
  14. - script redfog -1,{ OnPCLoadMapEvent: getmapxy(@map$, @xb, @yb); if(@map$ == "abbey03") { addtimer 1000, strnpcinfo(3) + "::On1sec"; specialeffect2 592;// effect centered on the invoking character's sprite } end; On1sec: getmapxy(@map$, @xb, @yb); if(@map$ != "abbey03") { dispbottom "abbey left refreshing"; atcommand "@refresh"; deltimer strnpcinfo(3) + "::On1sec"; } else { addtimer 5000, strnpcinfo(3) + "::On1sec"; } end; } abbey03 mapflag loadevent
  15. - script redfog -1,{ OnPCLoadMapEvent: addtimer 1000, strnpcinfo(3) + "::On1sec"; specialeffect2 592;// effect centered on the invoking character's sprite end; On1sec: getmapxy(@map$, @xb, @yb); if(@map$ != "abbey03") { dispbottom "abbey left refreshing"; atcommand "@refresh"; } else { addtimer 5000, strnpcinfo(3) + "::On1sec"; } end; } abbey03 mapflag loadevent Not sure that getmapxy will work in this case, can't test it ?
×
×
  • Create New...