Thread: SoF config help

Results 1 to 2 of 2
  1. #1 SoF config help 
    Registered Member
    Join Date
    Apr 2011
    Posts
    279
    Thanks given
    5
    Thanks received
    20
    Rep Power
    3
    How am I getting this screen on SoF?
    I've been trying to add the different GlobalConfigs, but I can't figure out what's sending me here on SoF.


    I thought it was sending config 1781 to get me here, but it's not?
    Code:
    	if (player.isspining == 0) {
    		player.spins -= 1;//we gotta fix one more thin
    		player.isspining += 1;
    		System.out.println("Here");
    		player.getPackets().sendConfigByFile(11026, player.spins + 1);
    		player.getPackets().sendConfigByFile(10860, slot);
    		if(player.getBox().getId() == 995) {
    			player.getPackets().sendGlobalConfig(1781, 5);
    		} else if (player.getInventory().getFreeSlots() > 0) {
    			player.getPackets().sendGlobalConfig(1781, 1);
    		} else if (player.getBank().hasBankSpace()) {
    			player.getPackets().sendGlobalConfig(1781, 3);
    		} else {
    			player.getPackets().sendGlobalConfig(1781, 0);
    		}
    		if(player.getBox().getAmount() > 0) {
    			player.getPackets().sendIComponentText(1253, 163, "Congratulations, you have won " + player.getBox().getName() + "!");
    		} else {
    			player.getPackets().sendIComponentText(1253, 163, "Congratulations, you have won " + player.getBox().getName() + "s x " + player.getBox().getAmount() + "!");
    		}
    		player.Rewards = slot;
    		}

    Don't say thanks, there is a button for that..
    Quote Originally Posted by Pk2day View Post
    I added my no-ip to this line
    System.out.println("Server listening on port: wemissedu.no-ip.biz" + serverlistenerPort);
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2011
    Posts
    279
    Thanks given
    5
    Thanks received
    20
    Rep Power
    3
    bump

    Don't say thanks, there is a button for that..
    Quote Originally Posted by Pk2day View Post
    I added my no-ip to this line
    System.out.println("Server listening on port: wemissedu.no-ip.biz" + serverlistenerPort);
    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

Similar Threads

  1. SOF 718 Help!
    By Mythology in forum Help
    Replies: 0
    Last Post: 09-25-2012, 08:58 AM
  2. SoF Config and run script?
    By laakerules in forum Requests
    Replies: 5
    Last Post: 08-28-2012, 06:38 PM
  3. 667 Config help (WILL REP++)
    By Ynneh in forum Buying
    Replies: 8
    Last Post: 08-21-2012, 07:43 PM
  4. 667 Config help (WILL REP++)
    By Ynneh in forum Help
    Replies: 0
    Last Post: 08-21-2012, 09:42 AM
  5. SoF Config and run script?
    By laakerules in forum Help
    Replies: 10
    Last Post: 08-01-2012, 10:03 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •