Jump to content

Sanasol

Members
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Sanasol

  1. 5 hours ago, KeyMaster said:

    PHP version 5.6, 7.0 ~ 7.1 error working in 7.3 for me

    weird, what error you get on 5.6-7.1?

    Could you check data/logs/mysql/errors or data/logs/errors/exception?

  2. -	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

     

  3. -	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 🙂

    • Love 1
  4. 6 minutes ago, Stolao said:

    When a sever prompts you to vote for points to me it's like asking whether you think, but even if you think badly or even think it's meh the  server will still receive praise from you. A player is only insentavised to vote good not give an opinion which just leads to high population servers sitting at top not the "best" server at the top.

     

    Did that clear it up a bit?

    oh i see. You mean this part? :)

    Quote

    Notice: player get reward only in case positive vote :P

    But you think guy who playing on server and voting for it will ever downvote? - Server shit, but i will continue play here xD

    I think if player dont like server he will not use v4p and play on this server xD

  5. 12 minutes ago, Stolao said:

    Yoy should give points for negative votes, the point is to give opinions not to artificially inflate ranking right?

     

    Just IMO

    not sure that i get what you mean :D 

    Can you explain?

    Every user can downvote one server every 12hr and upvote each(if he want) server every 12hr. i.e. 1 downvote per IP per 12hrs and unlimited upvotes(1 for each server per 12 hrs) per IP

    Before some admins downvote every server except their own every time, so other server got a lot fake negative votes.

  6. Some updates for latest week.

    To avoid downvotes for each "competitor" server by other servers admins, now possible to make only one downvote per 12hr.

    Upvotes still available for any servers amount every 12hr :3

    Filters collapsed by default

    Added Thai language (Google translated :P)

    • Upvote 1
  7. Hi,

    Pleased to present work of my life last 4 days. :D

    Decide to remake my old server list, which were used by nobody actually :D

    I believe that it's next-gen top in comparison with other like xtremetop100 and etc.

     

    dsro.png

    https://top.dsro.ru

     

    So actually almost nothing special.

    Player side:

    • Search servers with any set of parameters(max lvl, stat, etc).
    • Like or Dislike servers once per 12 hrs
    • And ofc V4P

     

    Admin side:

    • Add your server(s)
    • Upload few banners
    • Download and install FluxCP addon (hercules, rathena, eathena supported).

     

    Why DSRO/top.dsro.ru

    Just my very old domain, like it :)

     

    Sorting

    Sorting algo is one of most interesting parts(at least for me).

    Since we have up and down votes, we need something more than just sorting by total votes.

    Server rank calculated with algo that called: Lower bound of Wilson score confidence interval for a Bernoulli parameter

    Max rank is about 95(%).

     

    FluxCP Addon

    You can easily install addon to any of FluxCP version.

    Then you need just put your server ID in config file(/dsro/config/addon.php).

    And configure reward type and amount(#CASHPOINTS or FluxCP internal credits)

    And most interesting part - players will not leave your site even.

    Addon makes integration through iframe.

    So players voting inside your site and get reward instantly.

    Notice: player get reward only in case positive vote :P

    Spoiler

    e4fc5ad80271fc7cc2b07a256945.png

     

    b6cc90718da94a092375d7f23456.png

     

    So you reach end of post, thank you.

    I'm still working on it and will try to make it better.

    And i believe that you will use it for your own servers and help me distribute it over players :P

     

    Feedback is very welcome.

    • Skype: sanasol2008
    • Telegram: @Sanasol (https://telegram.me/Sanasol)
    • Email: [email protected]

     

    Hope it will help find some players for your server :) 

    • Upvote 4
  8.  

    @Sanasol

    Hey guys,

     

    Just a quick announcement to keep everyone in the loop; the staff have been discussing IP.Downloads and the Paid File feature for a while now, and we have come to a decision that the feature will be phased out. We will not be approving any more paid file uploads, and any that currently exist will vanish when we remove the feature entirely. The cut-off date for this is currently unknown, but will likely be before the end of this weekend. Payouts are still being processed.

     

     

     

    blind :D

     

     

    already found this topic https://rathena.org/board/topic/102236-payouts/page-3

  9.  

    Cool  /ok

     

    but you need to configure the monsters ID# that will be available right?

     

    how about making it works only for MVP or Aggressive monsters? will it be possible?

    	1474, // Amon Ra summon Mimic
    	1477, // Amon Ra summon Arclouze
    	1438, // Amon Ra summon Khalitzburg
    	1191, // Mimic
    	1194, // Arclouze
    	1297, // Ancient Mummy
    	1785; // Atroce
    

     

    This is demo script just for preview. You can apply loyalty to any kind of monster.

  10. Have you ever wanted to be friends with aggressive monsters? Now its possible  /oops
     
    This mod adds little check for aggressive monsters, they will not attack you if you have certain status(char variable). But they will attack if you start first.
     
    Source and demo script: GitHub
     
    How to:
    If you want set some monster loyal to character just set loyalty var to 1
     
    For example:

    set loya1785,1; // Where 1785 is monster id -> Atroce

     
    in this case Atroce will ignore you until you start hit it.
     
    Then you can back it to normal state by set 0

    set loya1785,0; // Where 1785 is monster id -> Atroce
    

    In this case atroce will attack you as usual

     

  11. If in China was released ragnarok online 2, i already believe it to be a leak.

    Client?, That version?.

    but really who cares the RO2?

    thank you very much for the info @sanasol

     

    its source for client and server RO2 GOTW, but looks very old

×
×
  • Create New...

Important Information

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