Thread: Making a certain..

Results 1 to 4 of 4
  1. #1 Making a certain.. 
    Kewl jack
    Guest
    Ok i got 3 questions guy's


    Base : Figment O.o

    Well first off making a item wield in a certian lvl

    Like ags need's 1attack O.o and etc


    2nd - Making spec's for mage bow and ags in figment.

    3rd- 1 connection per ip O.o
    Reply With Quote  
     

  2. #2  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,903
    Thanks given
    230
    Thanks received
    1,695
    Rep Power
    5000
    Quote Originally Posted by Sexy Donator View Post
    Ok i got 3 questions guy's


    Base : Figment O.o

    Well first off making a item wield in a certian lvl

    Like ags need's 1attack O.o and etc


    2nd - Making spec's for mage bow and ags in figment.

    3rd- 1 connection per ip O.o
    For the 1 connection per IP, go into your server.java, and search this.

    if (num > {
    You should see something like this..

    if (num > 5) {
    banHost(host, num);
    return false;
    }

    Replace the number 5, to how many IP's you want allowed in your server at a time. If you want 1 IP address, just switch the 5 to a 1.

    So it should look something like this..

    if (num > 1) {
    banHost(host, num);
    return false;
    }
    I hope that helped.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Arizona's Avatar
    Join Date
    May 2009
    Age
    29
    Posts
    275
    Thanks given
    11
    Thanks received
    12
    Rep Power
    113
    Just look at some crappy delta codes, figment and delta are some-what similar.
    TRUETECH LOL:
    Spoiler for Rofl:
    Reply With Quote  
     

  4. #4  
    Kewl jack
    Guest
    Nop , the anti syi didnt work
    reasons : I dont have num<5 or even num<
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •