Jump to content

rans

Members
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by rans

  1. I am using eathena and seems like there's no longer support for it. If anyone here who is willing to script a WOE prize giver that has no bugs please message me. My server has two woe schedule per day and i want the winner to receive the prize after woe (All members who are online) I am currently using toasty's woe controller.

    i think you can use euphy's woe controller for eathena

    http://pastebin.com/W96vBiU9

    Just edit some config. it has auto prize to all online member.

  2. Hello,

     

    Can anybody help me count user in multiple map and out put it in a chatbox?

     

    Example:

     

    "0 Player in PVP"

    Add this to npc

     

    OnInit:
    while(1) {
    delwaitingroom;
    waitingroom " [ "+ getmapusers("pvp_y_1-2")+" ]-map1 [ "+ getmapusers("pvp_y_2-2")+" ]-map2 ",0;
    sleep 500; // time in ms - to update.
    }
  3.  

    I tried to make a working script. but I still have the problem that I have to restart the server the make it work :( but i am still working on the problem

    prontera,155,160,5	script	Guild	70,{
    	mes "Join Guild!";
    	if(select("Join:Cancel") -1) end;
    	mes getcharid(3);
    	mes getcharid(0);
    	mes strcharinfo(0);
    	next;
    	atcommand "@kick "+strcharinfo(0);
    	query_sql("INSERT INTO `guild_member` (guild_id, account_id, char_id, position, name) VALUES ('1', "+getcharid(3)+", "+getcharid(0)+", '1', '"+strcharinfo(0)+"')");
    	query_sql("UPDATE `rathena`.`char` SET `guild_id` = '1' WHERE `char`.`char_id` = "+getcharid(0));
    	end;
    }
    

    This is not the requested script but maybe you like it too. :)

    The script lists all guilds and tell the guildmembers if some1 wants to join.

    //by Normynator
    
    prontera,155,160,5    script    Guild    70,{
    
    function makeCategory;
    function guildMember;    
    
        query_sql("SELECT guild_id FROM `guild`", @id$);    
        for(.@b = 0; .@b < getarraysize(@id$); .@b++){
            dispbottom @id$[.@b];
        }
            
        mes "[Guild Joiner]";
        mes "Which Guild do you want to join?";
        set .@selected,select(makeCategory()) -1;
        next;
        
        mes "You selected: " + @gl$[.@selected -1];
        mes "Do you want to join this Guild?";
        if(select("Yes:No") -1) end;
        next;
        
        mes "The Npc sent a request to the Guild";
        query_sql("SELECT name FROM `guild_member` WHERE guild_id = "+ @id$[.@selected - 1], @m$);
        for(.@a = 0; .@a < getarraysize(@m$); .@a++){
            //dispbottom @m$[.@a];
            message @m$[.@a], "Player "+  strcharinfo(0)+ " wants to Join your Guild!";
            set @m$[.@a], "";
        }
        end;
        
        function makeCategory {
            set .@make_string$,"";
            for(.@i = 0; .@i < getarraysize(@id$) ; .@i++){
                query_sql("SELECT name FROM `guild` WHERE guild_id = "+ @id$[.@i], @gl$);
                set .@make_string$,.@make_string$+":"+@gl$;
            }
            return .@make_string$;    
        }
        
        function guildMember {
            query_sql("SELECT name FROM `guild_member` WHERE guild_id = "+ @id$[.@selected - 1], @m$);
            return @m$;
        }
    }
    

    Hi, 

    thank you for your reply 

    but i am going to disable the guild making in the server so only 4 guilds (made by gm)

    will be enable in the whole server.

  4. Can i Request for a npc script that will invite you to a certain guild 
    for example four guild

    Upon on 1st login there will be 4 npc (4 guild)
    you will choose which NPC or guild you want to join.
    ..

    Also a npc that will change your guild (if you want to move on another guild) - disabled during woe time
     

  5. Hi,

    meron bang may alam kung pano gawin yon frost asura lock? 
    na same damage paren pag bigla kong switch yon wepon ko into freezing (Stormy knight)

    example 
    +10 mace gamit ko with hydra
    then pag nag asura ako bigla mag switch sa Stormy knight card
    Pero yun damage na matatangap ng inasura ko is damange ng hydra paren pero may chance na ma freeze sha dahil sa stormy knight

    sa 3ceam kasi gumagana ito 
    ng nag switch ako sa rathena 
    hndi na po..

  6. where do you encounter client crash?

    Randomly when entering a map 

    sometimes when after char select.

    I dont think that it is a map error 

    because this only happen randomly. sometimes it crash. sometimes do not

  7.  

    I think its a image files in img folder or image folder oh themes folder 

    pinoy ka pala sr, tinary ko narin dun sa 'img' folder yung gusto ko sana pano ilagay or maglagay ng links or external link.. doon for example client download? pano po un sir? #noobhere

     

    Yung binangit mo sa post mo is image tinutukoy mo? located sa img folder ata.

    tpos yung mga links nyan kadalasan makikita sa themes/footer.php or themes/header.php

    jan po i think.

  8.  

    I Still have this error

     

     

    - [Error]: make_connection: connect failed (socket #6, error 111: Connection refused)!

    [info]: Closed connection from '72.45.155.50'.
    [info]: Closed connection from '72.45.155.50'.

    big thanks guys - lighta, ranz and jasc

     

    Ahm try rebooting your vps xD

  9. Search for the text in src/map/clif.c, comment or delete the relevant lines, and recompile.

     

    	// if player is autotrading
    	if (dstsd->state.autotrade == 1) {
    		char output[256];
    		safesnprintf(output,sizeof(output),"%s is in autotrade mode and cannot receive whispered messages.", dstsd->status.name);
    		clif_wis_message(fd, wisp_server_name, output, strlen(output) + 1);
    		return;
    	}

    Thanks 

    Topic Solved

  10.  

     

    i already fix it..

    i dont know what number of my rathena revision, i just remember that my rathena is r17??? revision, so i rename this patch with r17xxx.

    i recommended patch it with manually..

     

    hope can solved all your trouble guys..

    sry for my bad english /sry

    *) thx for Lilith about wonderful extended vending source /thx

    Hi,

    i tried this on latest git as of july 6,2014

    after i apply this mod 

    it looks fine but when i try to open a vending and click Cancel

    I receive a map crash..

     

     

    Find out the map error signal, and you can edit source to fix it. That is what I did

     

    There was no description . 

    the message was something like this

    "Map server receive crash attempting to save all"

    i dont remember the exact message.

  11.  

    Need dev who can install harmony on latest rathena 

    Pm me your price :o 

    Wag nyoko bataking server side lng H@H@H@

    If I remember correctly, Harmony doesn't work with the latest rA?

     

    yep thats why even i manually patch it i can't go because of the new structure of src/char xD

    so that why im searching someone who can edit xD 

×
×
  • Create New...