

blindwitness
Member-
Content count
19 -
Joined
-
Last visited
About blindwitness
-
Rank
Bronze Member
-
[quote name='The R']always hating ur just pissed no1 downloads ur source.[/QUOTE] he was complaining on his thread too about this lul
-
go in your program files/java/jdk1.*.** replace the *s with the version that it says in program files and the compiler doesn't go in the bin folder... it goes in the main source folder
-
yo read the stickies no bumping/double posting and this should be really easy except i have no experience with insidia
-
ok i figured out its because duelstatus6 is commented out but i dont know how to fix without errors [CODE] public void applyDead() { Client o = (Client) Server.playerHandler.players[c.killerId]; c.respawnTimer = 15; c.isDead = false; if(c.duelStatus != 6) { c.killerId = findKiller(); if(o != null) { if (c.killerId != c.playerId) { o.sendMessage("You have defeated "+c.playerName+"!"); if (!c.connectedFrom.equals(o.lastKilled)) { o.pcPoints ++; o.sendMessage("@[email protected] recieve a PK point for your kill. You now have " + o.pcPoints + " PK points."); } else o.sendMessage("You have already killed " + c.playerName + " recently. You do not recieve a PK point."); o.lastKilled = c.connectedFrom; } o.playerKilled = c.playerId; /*if(c.duelStatus != 6) { //c.killerId = c.getCombat().getKillerId(c.playerId); c.killerId = findKiller(); if(o != null) { if (c.killerId != c.playerId) o.pcPoints += 1; c.playerKilled = c.playerId; if(o.duelStatus == 5) { o.duelStatus++; } */[/CODE]
-
alright so in duel arena its almost complete except for one part, when you win the stake you don't get the interface to collect your items,but it teles you out of the arena. I'll pay 10m rsgp for help.
-
need the newest jre or jdk
-
ipbanned...? another thing is he doesn't have the newest java runtime environment.
-
first off you need to jar and sign your client and make an autodownloading cache look for the tuts and yes webs.com supports webclients thats where i host mine atm [url]http://carbonpk-rsps[/url][dot]webs[dot]com/webclient.htm for an example NOT ADVERTISING
-
Error Connecting To Server - Hybrid PvP v3 Source
blindwitness replied to TehMall's question in RSPS Help
port forward and then they can connect- 7 replies
-
- connecting
- error
-
(and 2 more)
Tagged with:
-
honestly you're looking for a coder for minigames? its as basic as adding npc drops
-
[quote name='blindwitness']any ideas how to fix the glitch with staking at the end of a stake where it doesn't tele you out?[/QUOTE] other than that its great
-
any ideas how to fix the glitch with staking at the end of a stake where it doesn't tele you out?