Recent content by Sanasol

  1. Sanasol

    DSRO - Yet another server top

    Hi, Pleased to present work of my life last 4 days.  Decide to remake my old server list, which were used by nobody actually I believe that it's next-gen top in comparison with other like xtremetop100 and etc. https://top.dsro.ru So actually almost nothing special. Player side: Search...
  2. Sanasol

    Monster loyalty mod

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

    self is NULL

    void log_woe_kill(struct map_session_data *ssd, struct map_session_data *tsd, int skill){ ShowDebug("var ssd: %dn", ssd->status.char_id); ShowDebug("var tsd: %dn", tsd->status.char_id); ShowDebug("var map: %sn", map->list[tsd->bl.m].name); ShowDebug("var skill: %dn", skill); if...
  4. Sanasol

    Function overloading

    Compiling plugin wihtout errors/warnings but when server start it can't load plugin (failed to load skipping) /* run when server is ready (online) */HPExport void server_online (void) { vending = GET_SYMBOL("vending"); vending->purchase = myplugin_purchasereq; do_init_myplugin();} Without...
  5. Sanasol

    Sanasol paid services

    Hello! My name is Alex. I’m web-developer and scriptwriter. My skills: *Athena scripts, PHP, web(HTML, CSS), JS, Python, Bash, C/C#(*Athena sources) My athena profiles: eathena.ws, rathena.org, here, ea-support.ws Services: I am pleased to offer my services in client editing, server setup...
  6. Sanasol

    Web Vending Database (Standalone and FluxCP Addon)

    Source inserting shop info into database. Few source lines and a little bit of magic php + js Decorated with new Twitter Bootstrap   Remake of this http://www.eathena.ws/board/index.php?showtopic=255406  /oops    Installation Screenshots Main page     Map position tooltip For map showing...
Back
Top