Jump to content

benormal

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by benormal

  1. Which flux control panel are you using, and you want to get items in game for voting without having to purchase on the control panel?

    this is not about voting system, they alreadt get their points in game when they vote. i'm talking about donation -which you need to purchase- . They will purchase on the panel and they will get proof of donations ingame.

  2. i'm using flux control panel, it has donation module itself. but i don't want to use panel's item shop. so i created a npc. everything is ready. when you try to get one item from this npc, it wants ''proof of donation tickets".wonder if people automaticly get this proof of donation tickets to their account when they donate? They get donation credits to use it from control panel, but i don't know about proof of donation tickets. If they don't get theese normally, how can i activate it. The system i want is: you donate 2 dollars and you get 2 proof of donation tickets in game. thanks

  3.  

    i'm using fluxcp but i dont know how can i add my paypal account and item list there anyone can help me ?

     

    login your fluxcp with your admin account

    then go to your item database

    select any item

    let's say

    proof of donation

    there will me a menu that says

    "add item"

    click it and it will be added to the shop :)

     

    you will have to configure the paypal account so when they buy it you get the donations

     

    go o the config folder

    open

    application.php

    config these lines

    'PayPalIpnUrl'         => 'www.paypal.com', // The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)
    'PayPalBusinessEmail'  => 'yourpaypalemail',        // Enter the e-mail under which you have registered your business acc
    

    if i remember good, there was a snadbox or something like, just to text

    you will have to go to your paypal account and search the option of IPN

    i don't know exactly what to do there but, you can always ask for support on paypal

     

    have a good day :)

     

     

    thank you so much. i found i added but cos of the flux cp's verison is lower than my trunk's verison, items are not shown in item database. i couldn't find a solution for this. so i created donation items which players have to pay with 'proof of donations'. But i wonder if it works or not. When someone paid from the panel, will they get proof of donation directly to their inventory or kafra storage? What do you know about this?

  4. Is this problem solved? from the screenshot above, I see:

     

    saved password: 12345678

    entered password:123455678

     

    ? or maybe I'm not connected with this?

     

    wait, if you're testing in your own computer, change the ips to 127.0.0.1 first.

     

    Yes i'm testing in my computer and i changed all ips to 127.0.0.1 now i got error reject from server (3) and still writing closed connection from 127.0.0.1 on sql screen :/ this saved password and entered password where are they i couldnt find

  5. did you recompile?

    with microsoft visual studio i did it now still same :/

     

    did you recompile?

    also make sure you use 127.0.0.1 in map_athena.conf

    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    //char_ip: 127.0.0.1
    
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    //map_ip: 127.0.0.1
    
    and

    char_athena.conf

    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    //login_ip: 127.0.0.1
    
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    //char_ip: 127.0.0.1
    

     

    char_athena

     

     

    // Login Server IP

    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 127.0.0.1
     
    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
     
    // Login Server Port
    login_port: 6900
     
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: 85.102.11.224
     
    // Character Server Port
    char_port: 6121
     
    map_athena
     

     

    char_ip: 127.0.0.1

     
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
     
    // Character Server Port
    char_port: 6121
     
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 85.102.11.224
     
    // Map Server Port
    map_port: 5121
     
    When i use the IPs that u said, runserver is not working and gives different errors and when i use 127.0.0.1 instead my IPv4 in subnet_athena i can see the character select screen but when i click to enter the game it gives same error, maybe the problem is here?

     

  6.  

    use this clientinfo.xml and this hexed http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/2012/2012-04-10aRagexeRE.rar

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <desc>Ragnarok Client Information - International Version</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
    <display>Server</display> 
    <desc>Server</desc>
    <balloon>Server</balloon>
    <address>127.0.0.1</address> 
    <port>6900</port> 
    <version>31</version>
    <langtype>18</langtype>
    <aid>
    <admin>200000</admin>
    </aid>
    </connection></clientinfo>

    Still same problem :/

×
×
  • Create New...