Jump to content

dalubhasa333

Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by dalubhasa333

  1. Hi Guys. 

     

    Having issue with rathena char server refused

    Have tried changing the username and password and S gender.

    Tried changing char_ip and map_ip same with inter_athena ips firewall disabled on centos7 and in windows. 

    Have tried do clean installation few times now and follow the same steps still no avail.

    It only reach attempting to connect to char server but it refuse.

    image.png.4045845184844aac165e5da8ea7f2116.png

    Thanks

     

  2. Hi guys new here.

     

    baka may makatulong po sakin 5x ko na na ito inulit ulit pero same pa rin ang error.

    [Status]: Attempting to connect to Char Server. Please wait.
    [Status]: Connecting to 192.168.1.14:6121
    [Error]: make_connection: connect failed (socket #7, error 111: Connection refused)!
    [Status]: Connecting to 192.168.1.14:6121
    [Error]: make_connection: connect failed (socket #7, error 111: Connection refused)!
     

    thanks sa makakasagot

  3. 8 hours ago, Balfear said:

    episode, map name, coordinates?

      Hide contents
    
    
    trader "payon" "Tool Dealer" 4_M_ORIENT01 79 124 4 5 5
    OnInit:
    sellitem Arrow
    sellitem Spectacles
    sellitem Red_Potion
    sellitem Orange_Potion
    sellitem Yellow_Potion
    sellitem White_Potion
    sellitem Green_Potion
    sellitem Wing_of_Fly
    sellitem Wing_of_Butterfly
    sellitem Panacea
    sellitem Booby_Trap
    return
    
    trader "payon_in01" "Weapon Dealer" 1_F_ORIENT_03 125 51 0 5 5
    OnInit:
    sellitem Arrow
    sellitem Silver_Arrow
    sellitem Sword
    sellitem Falchion
    sellitem Blade
    sellitem Knife
    sellitem Cutter
    sellitem Main_gauche
    sellitem Rod
    sellitem Bow
    sellitem Composite_Bow
    sellitem Great_Bow
    sellitem CrossBow
    sellitem Arbalest
    sellitem Kakkung
    sellitem Hunter_Bow
    return
    
    trader "payon_in01" "Armor Dealer" 1_F_ORIENT_02 134 51 0 5 5
    OnInit:
    sellitem Sandals
    sellitem Shoes
    sellitem Boots
    sellitem Hood
    sellitem Muffler
    sellitem Manteau
    sellitem Ribbon
    sellitem Bandana
    sellitem Eye_Bandage
    sellitem Cotton_Shirt
    sellitem Leather_Jacket
    sellitem Adventure_Suit
    sellitem Silk_Robe
    sellitem Wooden_Mail
    sellitem Silver_Robe
    sellitem Mantle
    sellitem Coat
    sellitem Tights
    return
    
    trader "payon_in02" "Tool Dealer" 1_F_ORIENT_01 87 34 0 5 5
    OnInit:
    sellitem Arrow
    sellitem Silver_Arrow
    sellitem Spectacles
    sellitem Red_Potion
    sellitem Orange_Potion
    sellitem Yellow_Potion
    sellitem White_Potion
    sellitem Green_Potion
    sellitem Wing_of_Fly
    sellitem Wing_of_Butterfly
    sellitem Booby_Trap
    return
    
    
    
    trader "payon" "Pet Merchant" 4_F_TELEPORTER 142 104 4 5 5
    OnInit:
    sellitem Pet_Food
    sellitem Pet_Incubator
    sellitem Backpack
    sellitem Rocker_Glasses
    return

     

     

    Hi, 

     

    Thank you for your response

    coordinates payon_in01,68,64 episode 5

  4. On 5/30/2017 at 11:26 AM, core said:

     

    thanks for answering sir but you have a video guide ? because it hard for me to follow that guide because i am new in this nature

     if you dont have a vid tutorial any specific guide for newbies 

     

    thank you very much sir

     

    On 5/29/2017 at 9:11 PM, FXFreitas said:

    Client-Side

    Just name the files as morocc (for morroc) and payon (for payon) then add in your data.

    Server-Side

    First be sure your grf-files.txt in your conf folder is properly configurated.

    
    //grf: C:\Program Files\Gravity\RO\data.grf
    >>Add your grf here just like the model
    
    //-----------------------------------------
    // Data Directory
    // Use the base folder, not the data\ path.
    //-----------------------------------------
    //data_dir: C:\Program Files\Gravity\RO\
    >>Add your RO folder here just like the mode

    Then using WeeMapCache Open your mapcache.dat (in db folder) and delete the payon and morocc from the list, save and close your mapcache.

    Run the mapcache.bat in the trunk folder of the emulator (the main folder) and the maps will take place of the current ones.

    NOTE: you must have to fix the NPC and Portal positions Manually.

    image.png.c8625ab189b412cbfce4c0cc7abf00dc.png

  5. On 5/22/2021 at 2:23 PM, Chaos92 said:

    GuildID. means the ID, not name.

    it should be in numbers. Check it in your database table 'guild'

    Hi, 

     

    sorry about that, i check on database table 

    image.png.8845e574244f8a43c75a862ad429ef68.png

    however it do the otherway im not able to access the storage and shop but other guilds are able 

    sorry my english is not goo

    prontera,150,160,3    script    Example    99,{
        if(getcharid(2) == 3) {
            mes "Welcome";
             close;
        }
          switch(select("Storage:Tool Dealer:Cashshop")){
          case 1:
                openstorage;
                end;
          case 2:
                callshop "yourshop",1;
                end;
          case 3:
                callshop "yourshop",1;
                end;
        }
      
    }

     

    On 5/22/2021 at 5:19 PM, Chaos92 said:

    Above script will only open Storage, Tool Dealer, Cashshop IF characters have GUILD.

    Something like this. You might want to add close; also for guildID that isnt == 3

    Hi, 

    Thank you sir.  you guys are amazing

     

    On 5/23/2021 at 9:40 AM, Emistry said:

    ...

    Hi,

    Thank you guys LearningROChaos92Emistry. script are working fine you are awesome

  6. 22 hours ago, Chaos92 said:

    if (getcharid(2) == ??

    ?? = GuildID

    Hi, 

    I didnt catch this, if (getcharid(2) == ?? ?? = GuildID, im sorry

     

    22 hours ago, Chaos92 said:

    if (getcharid(2) == ??

    ?? = GuildID

    im getting error if( getcharid(2) == "Explicit" )

     

    [Status]: Event 'OnInit' executed with '1481' NPCs.
    [Status]: Event 'OnInterIfInit' executed with '0' NPCs.
    [Error]: script:op_2: invalid data for operator C_EQ
    [Debug]: Data: number value=3
    [Debug]: Data: string value="Explicit"
    [Debug]: Source (NPC): Example at prontera (150,49)
    [Error]: script:op_2: invalid data for operator C_EQ
    [Debug]: Data: number value=3
    [Debug]: Data: string value="Explicit"
    [Debug]: Source (NPC): Example at prontera (150,49)
    [Error]: script:op_2: invalid data for operator C_EQ
    [Debug]: Data: number value=3
    [Debug]: Data: string value="Explicit"
    [Debug]: Source (NPC): Example at prontera (150,49)

  7. On 5/22/2021 at 8:31 AM, dalubhasa333 said:

    Hi, 

    I would like to ask if this is possible, normal NPC ex click message welcome player, if the player have a guild it will give an access "storage, item seller, cash shop etc, if no guild it will only welcome the player message, sorry my english is not good

     

    Thanks

    sorry about that my engilish is bad

     

    Hi,

    Thank you for the script it works youre amazing

    i forgot to ask if we can make it for only accessible for 1 specific guild only ex. My_guild = only guild can access the storage:Tool Dealer:Cashshop" 

     

    Thank you

  8. Hi, 

    I would like to ask if this is possible, normal NPC ex click message welcome player, if the player have a guild it will give an access "storage, item seller, cash shop etc, if no guild it will only welcome the player message, sorry my english is not good

     

    Thanks

×
×
  • Create New...