Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/29/18 in all areas

  1. Version 1.0.0

    258 downloads

    @norecall/@nr : Don't be recalled by Emergency Call skill. It's only a .diff file to Apply on your rAthena folder. I made this free release starting of the idea of @YtalloNv here : https://rathena.org/board/topic/117304-i-need-to-add-the-norecall-command-on-my-server/#comment-353203
    Free
    2 points
  2. Version 1.0.0

    340 downloads

    You need at lest rAthena 10e7035bebdbc2ec25a392ee2cf14172ecf169e5 or above! (for old rAthena you should add the pr manually!) SCRIPT HEADER (INFO) //===== rAthena Script ======================================= //= getgpmapunits command //= getipmapunits command //===== By: ================================================== //= Sader1992 //= Free!! // https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project // https://github.com/sader1992/sader_scripts //===== Description: ========================================= // getgpmapunits("map"); return the number of players with the same GePard id in the given map. (You must have GePard to work!) // getipmapunits("map"); return the number of players with the same IP in the given map. //============================================================ //==== please report any error you find //============================================================ //============================================================ you should add the functions to your rAthena/npc/other/Global_Functions.txt to work (add it in that file where ever you like, no need for guide for that ?!) Examples: scenario ? > you want a Warper NPC (or maybe event NPC) that allow only one player per IP in the map ? //============================================== //NPC EXAMPLE FOR IP FUNCTION //============================================== prontera,152,183,5 script Warper IP Test 446,{ if(getipmapunits("prontera") > 0){ mes "you already have a char inside this map"; }else{ warp "prontera",152,183; } end; } //============================================== Same as above but per GePard ID not IP //============================================== //NPC EXAMPLE FOR GEPARD FUNCTION //============================================== prontera,155,183,5 script Warper GePard Test 446,{ if(getipmapunits("prontera") > 0){ mes "you already have a char inside this map"; }else{ warp "prontera",155,183; } end; } //============================================== BONUS Test: pvp warper prontera,158,183,5 script PVP Warper IP Test 446,{ mes "would you like to teleport to the pvp map?"; if(select("yes:no") == 2) close; if(getipmapunits("pvp_n_1-1") > 0){ mes "there is another character with the same ip inside the map!"; mes "only 1 character per IP allowed in this map!"; }else{ warp "pvp_n_1-1",0,0; } end; }
    Free
    2 points
  3. Have you tried adding the skills into db/import/mob_skill_db.txt? Cuz when I tested that instance out I didn't recieve any error at all, in case it's the instance from Alayne.
    1 point
  4. hi sir i want to buy gepard shield now
    1 point
  5. I've never had that sort of problem. Are you using the updated versions of the emulator? Which host you are using, maybe your host does not have support for. GCC 7.1
    1 point
  6. solved As I see the new versions of .exe have a minimum size of predefined window (I guess for the new char login) so create a new client using the predefined patches that already came (in the tools provided by Anacondaqq) to use it on my pc (unfortunately the default resolutions exceed those by my pc ?) If someone suffers my same problem I can pass the exe that I created ? tks 4all
    1 point
  7. remove (but backup first) dininput.dll, dininput.ini, in the opensetup (on last tab) select reset all options. And try again.
    1 point
  8. New Set added: Elemental Auras Four Aura-like headgears and four monsters/pets to go along the theme.
    1 point
×
×
  • Create New...