

finalfight
Member-
Content count
19 -
Joined
-
Last visited
About finalfight
-
Rank
Bronze Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Savocium started following finalfight
-
Hi Sir Seppe, I currently experience some black screens at login. Also after having "OpenGL" and fixed screen enabled users are getting blackscreened. I am using the source and client. Please let me know what could be the problem. Thank you
- 135 replies
-
- alive
- projectsucceed
-
(and 1 more)
Tagged with:
-
[quote name='ToySoul']Pics?[/QUOTE] Sure posted.
-
Release permisson: [url]http://i.imgur.com/gDDRg30.png[/url] Download link: Download link: You can find the download link here: * The server has all the newest sprites (eg: Brutal whip,Elite armour, etc..) Features: - All customs including ice nex sets / fire torva / elite nex sets / Demonhorn boots / all Lites / Brutal whips in normal and ice - Has working pets with drop rates increasing. - Abyssal demon ice drops ice whip and brutal whip ice - Fixed all the bugs - Good pking - 100% slayer + all the dungeons! - 99 slayer armour! - Custom items! - Castle Wars minigame! - Zombie minigame! - Damage tents ! With multiplyer - Redeem store! - High Risk Arena | No protect from item and automatic skulled! - Custom Beastpk boss! - Trivia! - Trivia benefits! - Working ring of wealth! - Pvm with good loots! - Bosses in wilderness [B]PICS:[/B] [IMG]http://www.upload.ee/image/4020117/Screenshot_1.png[/IMG] [IMG]http://www.upload.ee/image/4020119/Screenshot_2.png[/IMG] [IMG]http://www.upload.ee/image/4020117/Screenshot_3.png[/IMG] [IMG]http://www.upload.ee/image/4020123/Screenshot_4.png[/IMG] [IMG]http://www.upload.ee/image/4020125/Screenshot_5.png[/IMG] [IMG]http://www.upload.ee/image/4020126/Screenshot_6.png[/IMG] [IMG]http://www.upload.ee/image/4020127/Screenshot_7.png[/IMG] [IMG]http://www.upload.ee/image/4020129/Screenshot_8.png[/IMG] [IMG]http://www.upload.ee/image/4020131/Screenshot_9.png[/IMG] [IMG]http://www.upload.ee/image/4020132/Screenshot_10.png[/IMG] [IMG]http://www.upload.ee/image/4020136/Screenshot_11.png[/IMG]
-
Welcome. I have bought this source a week ago for around 120$ (You might think im stupid but I dont really care). The seller sold me the source and told me its complete, less coding, no bugs. After testing the server I realized there is still lots of things to fix. After discussing about a refund of the payment It seems we were not about the agree with each other so after a lot of BS I made the decision to just release this so he won't be able to resell it and make any other profits from it. The seller is "The BeastPker" ([URL]http://tinyurl.com/oo7heo4[/URL]) you can simply not trust him. The server has all the newest sprites (eg: Brutal whip,Elite armour, etc..) You can find the selling thread here: [URL]http://tinyurl.com/ph2z2uk[/URL] You can find the download link here: *
-
Hi, I am paying anyone who could fix my server to avoid any cheat client to connect to my server. There is a cheat client going on several people which can ban/kick etc. Post here if you are interested. Finalfight
-
[quote name='falconpunch']If you added the auto vote you need to import launcher.java[/QUOTE] Hi Falcon. I did. I have: import com.rs.Launcher; at the commands.java
-
Hi guys, I am receiving the following error: [CODE]compiling... src\com\rs\game\player\content\Commands.java:4785: error: cannot find symbol VoteReward reward = Launcher.vote.hasVoted(player.getUserna me().toLowerCase().replaceAll(" ", "_")); ^ symbol: variable vote location: class Launcher Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error Press any key to continue . . .[/CODE] This is the commands.java vote command [CODE] if (cmd[0].equalsIgnoreCase("claim") || cmd[0].equalsIgnoreCase("voted")) { try { VoteReward reward = Launcher.vote.hasVoted(player.getUsername().toLowerCase().replaceAll(" ", "_")); if(reward != null){ switch(reward.getReward()){ case 0: if(player.getInventory().getFreeSlots() > 1) { player.getInventory().addItem(8851, 10000000); player.getPackets().sendGameMessage("Your reward has been added to your inventory."); } else { player.getBank().addItem(8851, 10000000, true); player.getPackets().sendGameMessage("Your reward has been added to your bank."); }//u dont have method .sendworldmessage?its something else i think like sendsomehting idkgsihmome wt hwaiet 2 secs player.getPackets().sendGameMessage("<shad=66FF33><img=6>[News] "+player.getDisplayName()+" Has just voted for 10 Million upgrade tokens!", false); break; case 1: if(player.getInventory().getFreeSlots() > 1) { player.getInventory().addItem(995, 25000000); player.getPackets().sendGameMessage("Your reward has been added to your inventory."); } else { player.getBank().addItem(995, 25000000, true); player.getPackets().sendGameMessage("Your reward has been added to your bank."); } player.getPackets().sendGameMessage("<shad=66FF33><img=6>[News] "+player.getDisplayName()+" Has just voted for 25 Million coins!", false); break; case 2: if(player.getInventory().getFreeSlots() > 1) { player.getInventory().addItem(12852, 6000000); player.getPackets().sendGameMessage("Your reward has been added to your inventory."); } else { player.getBank().addItem(12852, 6000000, true); player.getPackets().sendGameMessage("Your reward has been added to your bank."); } player.getPackets().sendGameMessage("<shad=66FF33><img=6>[News] "+player.getDisplayName()+" Has just voted for 6 Million pvp tokens!", false); break; case 3: //ty :P if(player.getInventory().getFreeSlots() > 1) { player.getInventory().addItem(1464, 1); player.getPackets().sendGameMessage("Your reward has been added to your inventory."); } else { player.getBank().addItem(1464, 1, true); player.getPackets().sendGameMessage("Your reward has been added to your bank."); } player.getPackets().sendGameMessage("<shad=66FF33><img=6>[News] "+player.getDisplayName()+" Has just voted for 1 vote ticket!", false); break; //add more hereOPEN FUCKING ECLIPSE il eat mm e madlet me do it ? default: player.getPackets().sendGameMessage("Reward not found."); break; } player.getPackets().sendGameMessage("Thank you for voting."); } else { player.getPackets().sendGameMessage("You have no items waiting for you."); } } catch (Exception e){ player.getPackets().sendMessage(99, "[GTL Vote] An SQL error has occured.", player); } return true; }[/CODE] Could anyone help me? (It's probably easy to solve, but thank you.)
-
Hi guys, Im currently working on the dungeoneering skill at my 667 server. Can someone help me with the following problem: After you kill the boss you cannot leave the dungeon to get your XP. Can someone help me with this? Thanks
- 6 replies
-
- 667
- dungeoneering
-
(and 2 more)
Tagged with:
-
Hello, I have my voting system for 80% now. I just need it working 100% The following things have to be created /fixed: * Callback.php for my Runelocus website so it works. I will pay around 10 -20M for this since I have the vote system but just need to complete it. If you want to help PM me or add me on msn : [email][email protected][/email] No scammers, I accept help from trusted members. Donator doesnt mean trusted.
-
[562/660] Project dungeon fest[Mapdata dumped]
finalfight replied to judostar1's topic in RSPS Downloads
Nice release -
[PI] War-Returns, PKP, SUMMONING, NO DUPES, 50%SUMMONING,KORASI,
finalfight replied to remcov's topic in RSPS Downloads
Release the source please? KTHXBAI -
MiNiScape | 317 | Perfect PVP & PVN | PI | GODWARS | CHAOTICS
finalfight replied to Liliiiiiili's topic in RSPS Downloads
Infected, Admin lock this