Jump to content

BugsLIFE

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by BugsLIFE

  1. hello.. as i said i find it new , because i cant understand how to properly use it

    it says like this

            #define PACKET_OBFUSCATION

            // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
            #define PACKET_OBFUSCATION_KEY1 <key1>
            #define PACKET_OBFUSCATION_KEY2 <key2>
            #define PACKET_OBFUSCATION_KEY3 <key3>

     

    so if i have a 3 keys? that i should put inside src/custom/defines_pre.h or src/custom/defines_post.

    but i dont know what format? please help

  2. CPU Speed: Mhz (1000 atleast)

    Memory: MB (512mb) or better 1024mb

    Disk Space: MB 10-15-20 GB is fine

    Bandwidth: GB (1000GB monthly atleast)

    Connection: Mb/s (any dpends on your ISP or Hosting Offers) normally vps use 100mb/s

    Dedicated IP's IP's (1 Static IP)

  3. yes yes i think rathena svn needs.. option which can be

    use old devotion or new devotion formula: yes or no

     

    maybe in trunk/src/config/renewa.h

    //#define RENEWAL_DEVOTION

  4. like this npc.. once player get freebies

    and tried once more to get with the same character/account it will say

     

     

        mes "You had already received before the gift.";

     

     

    sorry for asking too many... i am really trying to add these on my own but it doesnt work.

    prontera,177,104,4    script     Freebies    790,{
    OnInit:
    waitingroom " Freebies",0;
    
        if(#sorry == 1) goto L_1;
        mes "You will receive Some Present as a reward for joining the server";
        mes "We're gladly thankful for your support in the future too.";
        next;
        if(checkweight(2504,1) == 0 ) goto L_OverWeight;
    
        getitem2 14533,10,1,0,0,0,0,0,0;    // (Custom Items
    
        emotion e_thx;
        set #sorry,1;
        close;
    
    
    
    L_OverWeight:
        mes "Sorry, you are over weight";
        emotion e_omg;
        close;
    
    
    
    L_1:
        mes "You had already received before the gift.";
        emotion e_bzz;
        close;
    }
    

     

     

  5. i did sir Asura,

     

    after rebooting the vps.. i see the vnc~user is running... i tried to run this

     

    [root@admin ~]# /sbin/service vncserver status
    Xvnc (pid 2823) is running...
    [root@admin ~]#
    Xvnc (pid 2823) is running...  means = VNCSERVER:2 right?

     

    but when i tried to connect on it using vnc viewer... i get connection refused 100061

×
×
  • Create New...