crazyshock
Members-
Posts
64 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by crazyshock
-
Hello folks ... I wonder if someone has already created something similar to interlude. works as follows: typing .sell a new window appear showing the name of the player who is selling the value and quantity of the item you are selling. typing .buy a new window appear showing the name of the player who is buying the value and quantity of the item you are looking to buy. typing .craft a new window appear showing the name of the player craftando the value and quantity of the item you are looking to craft You get the idea? Sorry bad english... Thanks :)
-
played on a server, that everything that occurred on the server, which was announced example: start sieges, start tvt, and others announce. It was also posted on twitter,in real time. Does anyone have this mod? Thanks
-
[Share]Avoid stealing accounts
crazyshock replied to xAddytzu's topic in Server Shares & Files [L2J]
working h5? -
[Share] Titanium Armor ( Freya )
crazyshock replied to pape90's topic in Client Development Discussion
+1 , thank very much! -
[Share]Customs Screen Loading....
crazyshock replied to ๔aƒú°'s topic in Client Development Discussion
Nice share... thank -
[share][Interlude] Goddess Helmet for Interlude
crazyshock replied to johnscott's topic in Client Development Discussion
Downloading for Testing thankx! -
[Share][L2j]Hero Color with config
crazyshock replied to AbsolutePower's topic in Server Shares & Files [L2J]
working high five? the colors have to be in what format? -
possible apply code for php, show online site?
-
Code [Freya] Ctf Fully Configurable!
crazyshock replied to FFs's topic in Server Shares & Files [L2J]
thx , testing h5 -
@Tryskell I am trying to create a new area see if I'm on track. /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package com.l2jserver.gameserver.model.zone.type; import java.util.Random; import java.util.StringTokenizer; import com.l2jserver.Config; import com.l2jserver.gameserver.model.actor.L2Character; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.zone.L2ZoneType; /** * @author Usuario * */ public class L2PvPZone extends L2ZoneType { public Random randomNome = new Random(); public String nick[] = { "tessRe" ,"asaEwRe", "fewrAr32" }; /** * @param id */ protected L2PvPZone(int id) { super(id); } @Override public void onDieInside(L2Character character) { } @Override protected void onEnter(L2Character character) { onArea(character,null); } public void onArea(L2Character cr ,L2PcInstance player) { cr.setInsideZone(L2Character.ZONE_PEACE, false); //noPeaceZone String nickAtual = nick(cr.getName()); //store old name cr.setName("sErdtR"); //add new name for test } public String nick(String _nome){ return _nome; } @Override protected void onExit(L2Character character) { } @Override public void onReviveInside(L2Character character) { // TODO Auto-generated method stub } } ------ Could you give me an example of how to accomplish this? ------------- would that be? creates a variable to store Name public String _nickAtual= null; @Override protected void onEnter(L2Character character) { character.setInsideZone(L2Character.ZONE_PEACE, false); //if (character instanceof L2PcInstance) //{ _nickAtual = ((L2PcInstance)character).getName(); ((L2PcInstance)character).setName("ZdRrgAG"); ((L2PcInstance)character).broadcastUserInfo(); //} } @Override protected void onExit(L2Character character) { ((L2PcInstance)character).setName(_nickAtual); ((L2PcInstance)character).broadcastUserInfo(); }
-
Hiii! http://imageshack.us/photo/my-images/11/254al.jpg/ I wonder if there is a system that appears the damage of attack, like the image above. Thanks System for H5
-
How do I change an area in which, when the player into it, automatically change your nickname, and he is unable to give trade, party, and talk in chat. Thanks!
-
working for freya or h5?
-
Does anyone have this done here?
-
It is Armor : http://maxcheaters.com/forum/index.php?topic=81571.0
-
Well, would not be a good event but something that would be available anytime. I played on a server that a region of the map of goddard, for up, the player to automatically enter this area and its name was changed + / - this way: My nick before: ChupaManga , after: DRundrG The nicks, changes in each player had a different nickname, and all fought each other up with PK or PVP. if so, who was a friend, or clan had, nobody would know why they could kill anyone and did not know whether it was friend or not. I wonder if anyone has done this, if so, could share? I WISH to put the city of Heine this way. Sorry my english.. THankss for ALL
-
is the brightness of the published items?
-
I am looking for equipment customized to my server, but I am not lying. Have any of you have equipment such as: Armor, Weapon , and others? Thanks!!
-
Hello, How can I change currency to purchase at private shop. Example: Player opens a store selling a weapon by 5000 Adena, But I wonder how I can change to charge instead of adena I create another currency? Without causing an error during the game? Thankss
-
Hi Everybody!! where can I find this event? Last Man?? thanks
-
[Help] Bihozard Event -
crazyshock replied to crazyshock's question in Request Server Development Help [L2J]
Thanks vampir.. Other Problem..: I am wondering how to do that when the player is in the form of zombie he did not use the skill to dispel. Because the time he turns zombie wins only skill that nullifies the effect back to normal but the Czech event in a way that buy the object and ends .. -
[Help] Bihozard Event -
crazyshock replied to crazyshock's question in Request Server Development Help [L2J]
I will try and say what he did. Thank until then. Others question.. Vampir .. I do not know if you can help me, but every time I start this event with the GM, GM's my character gets caught, why did this happen? -
Hiii !! How can I let the event balanced? Example: 4 players 2 = Zumbie , 2 = No Infected It is Topic: http://maxcheaters.com/forum/index.php?topic=193636.0 Thansk FOr Help!
