Jump to content

Mqdelyn0

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by Mqdelyn0

  1. I am selling my server, DawnGN. I'm selling it because I fully lost motivation to work on it and I wanna focus more on my mental health, And current ownership is wack. I would like it for someone to revive the server, As I spent weeks developing it.

     

    • Generators Server | DawnGN

     

    • Includes
    • All 44 of the Skripts that is in use on DawnGN.
    • The custom coded discord bot in DiscordJS.
    • Ownership of the discord server (320+ members current).

     

    • Statistics
    • Averaged around 25-65 players each season.
    • Over $450 USD in donations.
    • Over 4,700 unique joins in just over 2 weeks.

     

    If you are interested, Please message me on discord! Madelyn#4339

  2. Here's the addons list for (most) servers, Since y'all spammed my DMs about them. And I'm sorry to the people that I was rude too, I just didn't feel like talking to anyone since I kept getting harassed for being transgender, and misgendered. Oh and if you don't know my pronouns, I'm a She/Her, :). LMK if I need to add any addons to the list. 

     

    • Skript
    • skBee
    • Skellet
    • skQuery
    • skRayFall
    • TuSke
    • MorkazSK
    • Skript-DB
    • Thanks 1
  3. 1 hour ago, Crazycow30 said:

    I have skript-db what now. The skript says
        mysql_ip:
        mysql_port: 3306
        mysql_user:
        mysql_pass: 
        mysql_prefix: 
        mysql_name: 

    Edit: I think it's for this mysql://{@mysql_ip}:{@mysql_port}/{@mysql_name}?user={@mysql_user}&password={@mysql_pass}&useSSL=false

    Figure out how to use MySQL lol, It should be self explanatory if you search up "MySQL Tutorial".

  4. I'm leaving the Minehut Network after my last server DawnGN, So I decided to give you guys my Skripts that I have made (except ones for DawnGN), Enjoy them 😄 EDITED because file.io deleted the folders

    AbyssGN https://mega.nz/folder/BUdz2SIB#eDcH2v_p_bieC2RMDcPDEw
    AuroraPR https://mega.nz/folder/BUdz2SIB#eDcH2v_p_bieC2RMDcPDEw
    BlazeGens https://mega.nz/folder/BUdz2SIB#eDcH2v_p_bieC2RMDcPDEw
    DemonFarms https://mega.nz/folder/BUdz2SIB#eDcH2v_p_bieC2RMDcPDEw
    EliteGN https://mega.nz/folder/BUdz2SIB#eDcH2v_p_bieC2RMDcPDEw

    • Like 5
  5. 3 hours ago, pop4959 said:

    Looks good, went ahead and updated it. Let me know if there are any issues.

    Thanks! I've been waiting for this for a long time 😄 You saved me tons of time rewriting my cores.

  6. Could you guys use this fork of skript-db (https://github.com/Govindass/skript-db) instead of the current fork? It has so many fixes like local variables being usable in the effect below

    execute "sql query" in {database} and store in {_data::*}

    That'd be pretty poggers 😄

  7. On 10/14/2020 at 12:27 PM, Nomthellama said:

    dont ask her i did she makes skripts that dont work

     

    First of all, I'm a boy, Second of all I never heard of you on discord. I don't think you never bought anything from me. If you did and something didn't work (which is highly unlikely), You could've contacted me on discord and I'd fix the issues. Please don't put negative comments on my services if you never bought any Skripts from me, Thanks!

  8. SKRIPT
    • I have 7 months of skripting experience;
    • Efficient Code (Little To No Lag);
    • Free Bug Fixes for 1 month;
    • Free Revision;

    TOS
    • No Chargebacks;
    • No Reselling;
    • You only recieve your script after I recieve FULL payment;
    • Will give refund if reasonable;

    CONTACT
    • Discord: yawyann#0001

  9. [YAWYANN SERVICES]

    > SKRIPT
    > • Custom Scripts
    >  -> I have 6 months of skripting experience;
    >  -> Efficient Code (Little To No Lag);
    >  -> Free Bug Fixes for 1 month;
    >  -> Free Revision;
    > • Premade Scripts
    >  -> I have too many just hmu in my DMs if you're interested;

    > TOS
    > • No Chargebacks;
    > • No Reselling;
    > • You only recieve your script after I recieve FULL payment;
    > • Will give REFUND if reasonable;

    I have started skripting again and I did all of these in 2 months, nothing much https://prnt.sc/uol3t6 🙂 

    MSG me on DISCORD if you can! yawyann#6736 Otherwise just feel free to hmu in my DMs here.

    [YAWYANN SERVICES]

  10. >>>> YAWYAN'S SERVICES <<<<

    Skripting:
        -> 6 Months Of Experience
        -> NOT PER LINE
        -> Super Cheap
        -> Efficiently Made Code (Little to no lag!)
        -> 2 FREE Revisions
        -> 2 FREE Months of BUG FIXES

    Discord Bots:
        -> Discord.JS
        -> 11 Months Of JavaScript Experience
        -> 1 Month FREE Hosting
        -> Custom Made
        -> 3 FREE Months of BUG FIXES (Can do more months for more pay)

    MY SERVICES ARE NOT FREE, PLEASE DON'T GO TO MY DM'S ASKING FREE STUFF!
    Payment only using PayPal G&S, You pay G&S fees! Interested? Let talk! @yawyan#0001
    First Time Clients Get 10% Off!*

    >>>> YAWYAN'S SERVICES <<<<

  11. On 8/24/2019 at 2:48 PM, farwl said:
    
    options:
    	killreward: 10
        # The amount money you get when you get a kill (Just a number)
    
    death of player:
    	attacker is player:
        	add {@killreward} to attacker's balance

     

    Instead of doing it like this where it's just the same amount every time, Why not do this?
     

    options:
    	lowest_money: 10
        highest_money: 25
          
    on death:
    	attacker = player
        set {_random} to a random integer between {@lowest_money} and {@highest_money}
    	add {_random} to balance of attacker

     

×
×
  • Create New...