Jump to content

wOni

Members
  • Posts

    69
  • Joined

  • Last visited

Posts posted by wOni

  1. i did try this one with no warning or error on compiling but when i try it ongame and click zeny,coin or any i got this

     

    [Error]: Server received crash signal! Attempting to save all online characters!

    Help!

     

    if you want to use please read topic reference

     

    ref topic : http://rathena.org/board/topic/60817-extended-vending-system-18/

    this version fix & cleanup support rAthena only

     

    update : 23/11/2015

     

    fix clash & cleanup

     

    version 1.9.0

    1. support new item array max (range: 1 ~ 65,534)

    2. support Autotrade persistency (please update SQL files upgrade_extended_vending_item.sql)

    3. fix map server clash when cancle windows select item

    4. cleanup some code

     

     

    version 1.9.1

    1. fix wrong msg number
    2. add battle conf show broadcas info when click shop board

    3. cleanup support rAthena revision 12425
     

    version 1.9.2

    1. fix bug autotarde can't save state type (Bugreport by Darkpurple) thank you

    2. cleanup support rAthena revision 12540

     

    version 1.9.3

    1. cleanup support rAthena revision 12836
     

    version 1.9.4

    1. cleanup support rAthena revision 15149

     

    enjoy

     
  2. forget to add, emulator : rA Pre-re


    bump!


    I think your solution is on src.

     

    Try to go Folder Server > src > config > renewal.h > now Disable renewal ASPD by insert // to front line then Recomplie server.

     

    nah.  /oops  /yawn but thanks


    bump!

  3. Hi, rAthena Need help for my upcoming test server, how do i change Base aspd thru agi stats. i'm using latest git

    example:

    Novice:

    Default lvl 5

    Agi 23 + 1 = Aspd 145 (with weapon [knife])

     

    Change it to 

    Default lvl 5

    Agi 23 + 1 = Aspd 155 (with weapon [knife])

     

     

    Emulator: rA, Pre-re

     

    Note: i know every character have different Agi stats base ASPD

     

    Thank you :)

  4. turbo_room,106,117,3 script PVP Arena::PVP Arena 655,{
    if ( agitcheck() || agitcheck2() ) {
    mes "Sorry, PVP Rooms are Locked During WOE.";
    close;
    }
    mes "[ ^0065DFPVP Warper^000000 ]";
    mes "Welcome To PVP Warper";
    mes "I Can Help You Warp To PVP Room";
    mes "You Ready?";
    switch(select("PvP FFA ["+getmapusers("guild_vs5")+"/100]:PvP Room ["+getmapusers("guild_vs3")+"/100]:No")) {
    case 1:
    set zz_point,zz_point+1;
    set my_point,zz_point;
    if (getmapusers("guild_vs5") > 255) callsub S_full;
    announce ""+ strcharinfo(0) +" Has Entered The PvP FFA",bc_all; //announce and end
    warp "guild_vs5" ,0,0;
    close;
    end;
    case 2:
    set zz_point,zz_point+1;
    set my_point,zz_point;
    if (getmapusers("guild_vs3") > 255) callsub S_full;
    announce ""+ strcharinfo(0) +" Has Entered The PvP Room",bc_all; //announce and end
    warp "guild_vs3" ,0,0;
    close;
    end;
    case 3:
    close;
    
    S_full:
    mes " ";
    mes "I'm sorry, this arena is full.  Please try again later...";
    close;
    
    }
    OnInit:
    while (1) {
    delwaitingroom;
    set .@count, getmapusers("guild_vs3") + getmapusers("guild_vs5");
    waitingroom "PvP Room ["+ .@count + ((.@count==1) ? " User" : " Users") +"]",0;
    sleep 1000;
    }
    }
    // Duplicates
    //============================================================
    rachel,131,117,4 duplicate(PVP Arena) PVP Room#1-2 483
    mora,49,152,4 duplicate(PVP Arena) PVP Room#1-3 483
    aldebaran,135,122,5 duplicate(PVP Arena) PVP Room#1-4 483
    xmas,154,136,4 duplicate(PVP Arena) PVP Room#1-5 483
    que_temsky,35,144,5 duplicate(PVP Arena) PVP Room#1-6 483
    morocc,163,95,3 duplicate(PVP Arena) PVP Room#1-7 483
    moscovia,226,191,3 duplicate(PVP Arena) PVP Room#1-8 483
    alberta,110,140,3 duplicate(PVP Arena) PVP Room#1-9 483 
    amatsu,207,86,3 duplicate(PVP Arena) PVP Room#1-10 483 
    ayothaya,154,115,3 duplicate(PVP Arena) PVP Room#1-11 483 
    comodo,191,160,3 duplicate(PVP Arena) PVP Room#1-12 483 
    einbech,198,83,4 duplicate(PVP Arena) PVP Room#1-13 483 
    einbroch,71,200,3 duplicate(PVP Arena) PVP Room#1-14 483 
    geffen,125,71,4 duplicate(PVP Arena) PVP Room#1-15 483
    gonryun,165,122,4 duplicate(PVP Arena) PVP Room#1-16 483
    hugel,92,154,5 duplicate(PVP Arena) PVP Room#1-17 483
    izlude,130,151,3 duplicate(PVP Arena) PVP Room#1-18 483
    lighthalzen,166,101,4 duplicate(PVP Arena) PVP Room#1-19 483
    louyang,223,104,3 duplicate(PVP Arena) PVP Room#1-20 483
    payon,175,222,4 duplicate(PVP Arena) PVP Room#1-21 483
    veins,219,127,4 duplicate(PVP Arena) PVP Room#1-22 483
    yuno,163,170,4 duplicate(PVP Arena) PVP Room#1-23 483
    umbala,106,159,3 duplicate(PVP Arena) PVP Room#1-24 483
    dewata,207,182,5 duplicate(PVP Arena) PVP Room#1-25 483
    job_wiz,43,170,5 duplicate(PVP Arena) PVP ROOM#1-29 483
    
    guild_vs5 mapflag nosave
    guild_vs5 mapflag nowarp
    guild_vs5 mapflag nowarpto
    guild_vs5 mapflag noteleport
    guild_vs5 mapflag noreturn
    
    guild_vs3 mapflag nosave
    guild_vs3 mapflag nowarp
    guild_vs3 mapflag nowarpto
    guild_vs3 mapflag noteleport
    guild_vs3 mapflag noreturn
    

     

    Just change the maps. Credit to script owner. idonno who XD
  5. @Emistry

     

    perhaps you should provide info on what clients you are using?

    - 20120410a

    what version if your server files?

    r 17689

    missing packets?

    - no missing packets

    etc.

     

    your char id and account id value doesn't look normal, i dont think it would hit such a high value

    double check your source mod.

    - yeah basically

  6. Hi i have encounter a bug regarding @guild "name" /guild "name" and alt + G guild creation. every time i do i ingame it always say "Guild has been Created" but the character has no guild.

     

    but in phpmyadmin the guild is created.

    and in guild_member 0 size means no one registered.

     

    SVN Revision: 'r 17689'

     

    post-16721-0-47148500-1468924038_thumb.jpg

×
×
  • Create New...