Jump to content

rans

Members
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by rans

  1. Mga sir/ma`am pa help lang po sana ako sa custom item . kasi nag lagay po ako ng queen ears bago ok na po sya walang error ang problema lang po hindi makita na suot yung queen ears pero sa alt+Q po naka equiped naman po sya pa help po madaming salamat  /no1  /no1  /no1 

    Nilagyan mo po ba ng lua file?

    and make sure tugma sa script ng item mo yon view id para sa custom hg mo

  2. Good day.

     

    Try to install rAthena using - https://rathena.org/wiki/Installation_%28Debian%29

     

    -  ./configure --enable-packetver=20101116 --enable-64bit

    .. evereything is ok

     

    next ...

    make sql

     

    ang get next error

     

    make[1]: Leaving directory `/home/user/rAthena/src/map'

    building conf/import, conf/msg_conf/import and db/import folder...

    -!- 'make sql' is now deprecated. Please run 'make server' to continue. -!-

     

    after that, i use make server, is it all?

     

    compilation is ok?

    You should be using 

    "make server" instead of "make sql"

  3. Hi,

    I don't know if this is a bug of the latest rAthena
    but my older rathena rev is working in my vps. i tried to use the newest in git as of 1/7/15 11:10pm
    and after i config the ip and compile and start the server it automatically close 
    and i see a message before closing 
    "Segmentation Fault"

    anyone can help me to run the server?
    thank you

  4. hahahaha hindi naman siguro magastos
    Lets do some simple calculations
    Kung sa bahay ka nyo mag hohost
    Kuryente sabihin na nten 500-1000 / month
    Internet Bills sabihin na nten 1k-3k/month (Wag mo sabihin na 512kbps lng ang net mo HAHAHA)

    Kung mag papahost kanaman 
    aba walang 1k ang magagastos mo everymonth :v
    di kapa hustle i run yon server ng 24/7 HAAHHAHAHHAHA

  5. Hi,
    Anyone knows how to separate the reloadscripts?
    i want to reload only a conf in my npc for example
    the athena-custom.conf
    I dont want to reload other conf. 
    -When reloading script all conf are reloaded.
    Also @unloadnpcfile does not Unload TOTALLY a file so we still need to @reloadscript
    but i want reloadscript not affecting other script :v

    Thank you

  6. Hi. pwede po ba mag host ng server without port forwarding. ?? gamit ko kase broadband lang SMART BROADBAND STICK . tanong ko lang kung pusible po ba? my naka gawa naba nito kase kahit anung try ko. my Error sya. ayaw ko naman gumamit ng Hamatchi. gusto ko. ready to play na gaya ng normal server.

    Uhm 

    di ako expert jan eh pero may nakita ako dati sa friend ko 

    ginagamit nya pang port forward is Utorrent. (Easy Way) raw

  7. Holy sh*t !

    I have been scripted battleground script for 3 years and only today I know there's a secret room for this map LOL

    [paste=21hkxlqx2h6a]

    EDIT: pls change '.eventlasting = 100;' the value 100 into 20*60

    rand__ function is everywhere in this forum

    just a simple search and you'll find it

    EDIT: nvm ...

    function	script	rand__	{
    	.@range = getarg(0);
    	.@count = getarg(2, 0);
    	if ( !.@count || .@count > .@range )
    		.@count = .@range;
    	else if ( .@count > 128 )
    		.@count = 128;
    	while ( .@i < .@count ) {
    		.@r = .@save = rand( .@i, .@range -1 ) ;
    		if ( !getd( ".@tmp1_"+ .@i ) ) {
    			.@r = ( getd(".@tmp1_"+ .@r ) )? getd( ".@tmp2_"+ .@r ) : .@r;
    			setd ".@tmp2_"+ .@i, .@r;
    			setd ".@tmp2_"+ .@save , .@i;
    			setd ".@tmp1_"+ .@save , 1;
    			set getelementofarray( getarg(1), .@i ), .@r;
    			if ( .@save < .@count )
    				set getelementofarray( getarg(1), .@save ), .@i;
    		}
    		.@i++;
    	}
    	return .@count;
    }

    Hello Annie 

    It is not giving any reward for winners and loosers.

    http://rathena.org/board/pastebin/21hkxlqx2h6a

    there is no error on map-server

    im using latest rathena now.

  8. Are you using rAthena? I'll attempt the patch on a fresh server.

     

    Edit: I modified a few things to make it work at a further range and I added updated error messages to the patch file.

     

    Tested and working with the latest revision of rA at the time of this post.

     

    attachicon.gif@follow.patch

    Hello skorm.

    Can you please Update your script upto the latest version of rathena?

    cause i got an error when i apply this.

     

    pc.c: In function 'char_warpchase_sub':
    pc.c:6081: error: 'WARP' undeclared (first use in this function)
    pc.c:6081: error: (Each undeclared identifier is reported only once
    pc.c:6081: error: for each function it appears in.)
  9.  

     

     

    Try mo lagay mo yon Image file ng Patcher mo sa ro folder mo. 

    saken nag gaganyan din kpag di mo ininclude yon patchprogress.png sa ro folder

    Boss, tanung lang anu po yung ibig mong sabihing Image FIle nang Patcher??  /?

     

    Yun resource file po kapag gagawa ka ng thor patcher

    yon image folder

    try mo ilagay yon sa ro folder mo

     

    Boss sorry tlga d ko maintindhan ehh :( hehehe/.... hindi po ako yung gumagawa nang Thor pAtcher ehh ehehe.. yung patcher po nang mga Ragnarok Online na nilalaro ko yung nagloloko yung patcher na kasali na sa Lite Patcher nang mga RO na dinadownload :D wala po ako makitang anu po format nang sinasabi mong resource file >.< sorry super newbie tlga ako ehhh ...

     

    Ahh di dapat tinatanong mo yan sa support/admin ng RO na nilalaro mo :)

  10.  

     

    Try checking this

    trunk/conf/inter_athena.conf

     

    ipban_db_ip: 127.0.0.1
    ipban_db_port: 3306
    ipban_db_id: root
    ipban_db_pw: password
    ipban_db_db: database
    ipban_codepage:

     

     

    those lines doesn't exist on my copy of rAthena. I have the latest.

     

    EDIT: it's on ipban.c

    What should I do with that?

     

    the latest rathena have that lines

    So you said that you have updated.

    but in your files the lines are missing

    try adding that lines. 

    with correct information

×
×
  • Create New...