StealthyS4m
Members-
Posts
127 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by StealthyS4m
-
Code Voting Reward(Hopzone,topzone)
StealthyS4m replied to StealthyS4m's topic in Server Shares & Files [L2J]
Added vote.html -
Help Make .res Use Only Once In 5 Minutes
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
It just doesn't say "Build Failed" it says why it failed? -
Help Make .res Use Only Once In 5 Minutes
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
All you have to do is just press Import button two times,that's all. Or just click CTRL+SHIFT+O. -
Hello guys, I installed Ubuntu two days ago,now I have this little problem,when I tried to run Ant build it threw an error that there is no jre7 found.So I installed Java 7 added it to Eclipse's installed JRE's and renamed it to jre7(because Ubuntu has other default name) then I ran the build and nothing happened it just gives: <terminated> aCis_gameserver build.xml (path to java7). But if I use terminal(going to project's directory and typing "ant") to build my project it works just fine.Any suggestions how to fix it on Eclipse?
-
Help Problem Auto Votereward
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
I guess build path settings are wrong. Tried Google? -
Official date announced - March 27th 16:00(GMT+02) More info on website
- 11 replies
-
- Cyrex
- Player of the Day
-
(and 3 more)
Tagged with:
-
Help Gameserver Auto Shutdown
StealthyS4m replied to TeenWolf's question in Request Server Development Help [L2J]
Check your GameServer.java,maybe there is shutdown task for some reason.Or just try to search for keyword "shutdown" (CTRL+H and File Search) -
Help Make .res Use Only Once In 5 Minutes
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
+ long currentTime = System.currentTimeMillis(); if(commandUsages.getOrDefault(activeChar.getObjectId(), 0L) > currentTime) { activeChar.sendMessage("You cannot use it so often!"); return false; } -
Help If Someone Know About This
StealthyS4m replied to .Thug's question in Request Server Development Help [Greek]
http://www.maxcheaters.com/forum/46-request-dev-help-l2j-gr/ -
Code Voting Reward(Hopzone,topzone)
StealthyS4m replied to StealthyS4m's topic in Server Shares & Files [L2J]
Does it throw any errors? Or just PM ME with your skype I'll help you. -
Etcitemtyperequired, But Found: Null!
StealthyS4m replied to CyReal's question in Request Server Development Help [L2J]
Post xml of item that throws an error - 32099. Maybe something? type="EtcItem" -
Code Voting Reward(Hopzone,topzone)
StealthyS4m replied to StealthyS4m's topic in Server Shares & Files [L2J]
Try the difference between: 1) http://l2.hopzone.net/lineage2/details/98632/L2-cyrex/.html 2) http://l2.hopzone.net/lineage2/details/98632/L2-cyrex/ -
Help Make .res Use Only Once In 5 Minutes
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
What errors? If you imported you can't have same errors... -
public void onBypassFeedback(L2PcInstance player, String command) { StringTokenizer st = new StringTokenizer(command, " "); String actualCommand = st.nextToken(); tb.append("<td><button value=" +p.getName() + " action=\"bypass -h npc_%objectId%_getSomeInfo\" + p.getName() width=180 height=21 back=\"L2UI_CT1.Button_DF_Down\" fore=\"L2UI_CT1.Button_DF\"></td><br>"); if(actualCommand.equals("getSomeInfo"){ String name = st.nextToken(); L2PcInstance player = L2World.getInstance.getPlayer(name); Results(player); } Plus,I believe there should be escape character after button value = and your value looks weird at all or maybe it's just me. P.S. If you are using TextBuilder or something like that(can't even remember) change it to StringBuilder. P.S.S.My code might be wrong,haven't tested.
-
Help Make .res Use Only Once In 5 Minutes
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
http://lmgtfy.com/?q=Java+how+to+import -
Help Make .res Use Only Once In 5 Minutes
StealthyS4m replied to iAlreadyExist's question in Request Server Development Help [L2J]
What else do you need?We already gave you all the answers. -
Help Item Duping,loading
StealthyS4m replied to StealthyS4m's question in Request Server Development Help [L2J]
Mhmm,I got those lines in my source. Back to the problem-item duping. I just know that this player is using phx,using warehouse(standing nearby) and reconnects a few times.In just looks like that he is doing the bug shown in the video,but if double login isn't working then...idk. If anyone knows how it's done,Thanks! -
Continuum,Eureka,Stargate(Start from SG-1),Fringe,Psych.
-
Help Help-Char Hp
StealthyS4m replied to millerose23's question in Request Server Development Help [L2J]
I am not sure,but maybe getMaxHp() was somewhere called passing wrong arguments e.g: getMaxHp(15) -
After finding two critical bugs,server was was wiped and those bugs were fixed. To avoid any more problems server will be running in TEST mode till official start - March 27th. If anyone is willing to help us to test server,please come! Server's website: http://www.l2cyrex.eu FakeSmile, Use self-ressurection skill on yourself(can't remember how it's called) and die near boss,when he is low just stand up use celestial and pick up drop.
- 11 replies
-
- Cyrex
- Player of the Day
-
(and 3 more)
Tagged with:
-
Help Item Duping,loading
StealthyS4m replied to StealthyS4m's question in Request Server Development Help [L2J]
Hello guys, I've got information from my server's player that item duping still works.I've updated my source to aCis rev 330,but as patch was a bit buggy,maybe some things didn't apply,so if Tryskell,SweeTs or any other guy could tell me how this double login thing was fixed I would be grateful! -
Code Voting Reward(Hopzone,topzone)
StealthyS4m replied to StealthyS4m's topic in Server Shares & Files [L2J]
Klay, Yeah it would work perfectly,just I needed to create final variable,because when calling from inside of ThreadPoolManager you have to call variable of type final. te0x, This code is easy to redo for NPC: if (actualCommand.startsWith("command")) VotingReward.showVoteHtml(activeChar); This would be a bit of waste if you don't want /vote command at all,but I think it should work. -
Code Voting Reward(Hopzone,topzone)
StealthyS4m replied to StealthyS4m's topic in Server Shares & Files [L2J]
Are you using my whole code or only some parts of it? -
Code Voting Reward(Hopzone,topzone)
StealthyS4m replied to StealthyS4m's topic in Server Shares & Files [L2J]
Well,I use this code in my server now and it works just fine. I think it's necessary to add / at the end of the link: http://l2.hopzone.net/lineage2/details/98632/L2-cyrex/ Like there is "/" after l2-cyrex

