Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by Slammer

  1. 3 hours ago, Vandares said:

    Thank you for you reply

    i made an account and i added database into it

     

    1774775102_Screenshot2022-03-21054054.thumb.png.6d51abe084b3bd23fb4b9ad01218363d.png

     

    1480875325_Screenshot2022-03-21054027.png.0bf5c1389ac0877dcee68b1d37c24d52.png

     

    then what should i do ? is still have the same error tho, do i have to change anything in application.php ? or server.php ?

    user name : ragnarok
    host name : localhost not %

  2. 58 minutes ago, Vandares said:

    Hello Everyone, i spent days trying to solve this critical Error but i couldn't somehow, i am not sure where is the problem. ? 

    note: i am not opening an offline server nor online, i just want to install fluxCP to play around with designs and programming

    2125076234_Screenshot2022-03-21002843.png.7b09baf7ab0be6128170b18f66ee6c3f.png

     

    the steps i did:

    1- i downloaded This https://github.com/rathena/rathena

    2- went to phpmyadmin and i created a data base called (ragnarok)

    3- i imported logs.sql and main.sql into my (ragnarok) database

    4- i am using Xampp and i have windows 10 and i have my FluxCP file into hdocs file (C:\Program Files\xampp\htdocs\FluxCP)

    note: i did not change anything in application.php and server.php (only the theme)

     

    this is Application.php i only have the theme name (FalconRO)

    208255942_appphp.png.df0c6c0c2371310594eb81529dae9293.png

     

    This is server.php i did not change anything such as username password or database becuase i am not sure if i have to change anything ??!!

     

    916984993_serphp.png.8bc5ed3adfd76805b5cedeb8688c741a.png

    i do not know what i am missing or i did not do, and i am still a beginner to all these so bare with me ?

     

    This is my phpmyadmin:

     

    871683539_Screenshot2022-03-21004710.thumb.png.7f836335c3ebda7232cc8e1928c4754d.png

     

    I really hope i can get rid if this problem ? Thank you for reading and I appreciate your time

     

     

     

    have create server privileges/user account of ragnarok? if not create now.

    1.thumb.png.d1696388f9aa9676d31c2bb3cc959300.png

  3. 8 hours ago, Vandares1 said:

    I want to install fluxCP offline, i dont need a ragnarok server with it or anything, i just wanna play around with designs and coding.
    i am using Xampp now but i am not sure where to start and how to do it.

     

    can someone help me with some steps please, thank you so much 

    extract fluxcp
    C:\xampp\htdocs [if you  install xampp on C:\xampp]
    open on web browser 127.0.0.1/fluxcp
    input secretpassword on password
    at Install & Update
    choise Install or Update Everything
    if show notice press OK
    -Finis-

    • Love 1
  4. On 3/13/2022 at 7:13 AM, funtwocrasher said:

    Is there any script out there that function like this? Global announce when player killed a monster and drops a card. Same like in ROZero.

     

    image.png.4405e1a0f60aafe753d461a46515b749.png

      - Id: 4001
        AegisName: Poring_Card
        Name: Poring Card
        Type: Card
        Buy: 20
        Weight: 10
        Locations:
          Armor: true
        Flags:
          BuyingStore: true
          DropEffect: CLIENT
        Script: |
          bonus bLuk,2;
          bonus bFlee2,1;
        add
        Flags:
          DropAnnounce: true

     

  5. 1 hour ago, mrfizi said:

    Hai semua,

    Saya ingin bertanya sudah adakah antara kalian yang sudah upgrade pc/laptop ke Windows11?

    Adakah Windows11 masih support untuk tools pembuatan server (ragnarok)?

    Terima kasih.

    untuk support atau tidak dicoba dahulu. install win 11 terpisah. jangan upgrade dari 10 ke 11.
    untuk VS 2015 masih bisa. hanya disarankan menggunakan yang 2019.
     

  6. 1 hour ago, Althezier said:

    I mean, that's exactly my idea. I wanted to set up a server that is pre-renewal, but still with new features like those you described. The thing is, I always get confused about why people, who wants to run a pre-renewal server, look for older clients. Is there any advantage?

    I personally don't know, but old clients are more friendly to use for old laptops/pc and classic looks
  7. harboro1,77,245,3    script    Voucher    878,{
        mes @name$;
        mes "Service premium ID";
        next;
        menu "Input Code Voucher",L_ICV,"Change my Mind",L_end;
    
    L_ICV:
                mes "Input your code";            
                input @donate_code$;
                next;        
                query_sql "SELECT `code` FROM `cashcode` WHERE `code` = '"+@donate_code$+"'", @donation_code$;
                query_sql "SELECT `status` FROM `cashcode` WHERE `code` = '"+@donate_code$+"'", @donate_status;
                if(strtoupper(@donate_code$)==@donation_code$ && @donate_status == 0)
                {
                    query_sql "SELECT `cash` FROM `cashcode` WHERE `code` = '"+@donate_code$+"'", .@donation_code$;
                    atcommand "@cash +"+.@donation_code$+"";
                    mes "You gained ^0000FF" + .@donation_code$ + "^000000 Cash Point.";
                    mes "Total Cash : ^0000FF"+#CASHPOINTS+"^000000 Cash Point";
                    query_sql "UPDATE `cashcode` SET `status`=1 WHERE `code`='"+@donate_code$+"'";
                    query_sql "UPDATE `cashcode` SET `userid`=(SELECT `userid` FROM `login` WHERE `code`='"+@donate_code$+"')";
                    close2;
                    end;                
                    }
                if(strtoupper(@donate_code$)==@donation_code$ && @donate_status == 1)
                {
                    mes "Code already used.";
                    close;
                }
                else
                {
                    mes "Code unregister.";
                    close;
                }
    L_end:
                mes "if you change of mind back again";    
    close;
    
    }



    anybody help me. i want take userid from table login to table cashcode.

    code i make is wrong. ?

×
×
  • Create New...