An example would be what Kyber posted, I wouldn't call it a colour "loss".
Here's another example:
Original image - https://image.prntscr.com/image/p9cwKNCITeK7gM5DUmfMPg.png ...
Type: Posts; User: Imperative
An example would be what Kyber posted, I wouldn't call it a colour "loss".
Here's another example:
Original image - https://image.prntscr.com/image/p9cwKNCITeK7gM5DUmfMPg.png ...
@Modify
That's a bad way of doing it.
For example I can just change [DF 00 00 00] to [E0 00 00 00] (which is the pet id) or anything else in the packet (while avoiding that specific packet check)...
CharInfoRequestHandler is what you're looking for
Just remove the } on line 580
What error do you get when trying to use it?
I mean this @akh01999
playernear != player not necessary but w/e
} else if (splitted[0].equals("!killnear")) {
MapleMap map = player.getMap();
...
Just use what I posted lol
} else if (splitted[0].equals("!killnear")) {
MapleMap map = player.getMap();
List<MapleMapObject> players = map.getMapObjectsInRange(player.getPosition(),...
Looks nice when can I see it in action? ;)
game changer
Bolded text
You should be looking at line 524 in one of your event scripts.
The search button goes a long way!
https://forum.ragezone.com/f701/disabling-npc-chat-bubbles-1072620/
Might want to explain what you mean a little more.
Easy, make them yourself and you'll definitely find them.
Title.
BroadcastNONGMMessage in MapleMap
You can change the isSGM to isGM2 by using solution above, or w/e you changed it to.
According to the add-on, the code placed into ItemPickupHandler.
Not a reactor. KillMonster in MapleMap.
if (monster.getId() == 9700036) {
chr.changeMap(100000000);
}
There's probably a better way of doing it, but w/e.
An event script is causing this error. Check which event scripts are being run in the constants, and go from there.
Same code is required at MovePetHandler.
WZ files...
I would rework that npc, considering it won't allow you to "Kill All Monsters" because there's some already in the map.
Here you go sir.
http://www.mediafire.com/download/75zhc1ns0vqsebh/mysql-gui-tools-5.0-r17-win32.msi
What script file? All you need is the SQL provided.
Process of elimination.
That probably would've been a good idea from the start.
http://forum.ragezone.com/f427/source-v83-heliosms-738943/
I believe this is where I downloaded it from a while ago. gl and hf.
Just re-execute
DROP TABLE IF EXISTS `telerockmaps`;CREATE TABLE `telerockmaps` (
`trockid` int(11) NOT NULL AUTO_INCREMENT,
`characterid` int(11) NOT NULL,
`mapid` int(11) NOT NULL,...
Sounds promising. Just change the column name from charid to characterid.
Lol, where did you get your SQL exactly?
DROP TABLE IF EXISTS `telerockmaps`;CREATE TABLE `telerockmaps` (
`trockid` int(11) NOT NULL AUTO_INCREMENT,
`charid` int(11) NOT NULL,
`mapid`...
In MySQL File > New Script Tab
Execute.
DROP TABLE IF EXISTS `skillmacros`;
CREATE TABLE `skillmacros` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`characterid` int(11) NOT NULL DEFAULT...
No you don't lol. What's the purpose of forwarding those two for hamachi? Might as well use your own IP.
Wat. Absolutely no ports needed to be portforwarded when using hamachi.
:blush:Oops, Thanks sonny.
That won't work either. You're missing the actual variable ServerName in Server Constants.
public static final String ServerName = "ServerName";
else if (splitted[0].equalsIgnoreCase("polloption")) {
String newOption = joinStringFrom(splitted, 1);
if (c.getChannelServer().addVoteOption(newOption)) {
...
I'm not the one pointing fingers. :huh:
There is lol, His command was built around that.
public static class LookNPC extends CommandExecute {
public int execute(MapleClient c, String[] splitted) {
...
Just post exactly which parts you fail at.
Suspicious of claiming someone else's work as your own lol. Looks pretty awesome.
} else if (splitted[0].equalsIgnoreCase("autorebirth")) {
if (c.getPlayer().haveItem(itemId)) {
player.autoreborn = !player.autoreborn;
...
Did he give you the SQL?
It's a ternary operator, it calls the expression depending on the condition. It's basically an if else statement
In your case if sel == 1,
it'll display "Dragon" weapon.
if not it'll display...
1. AbstractPlayerInteraction
public boolean canHold(int itemid) { return c.getPlayer().getInventory(MapleItemInformationProvider.getInstance().getInventoryType(itemid)).getNextFreeSlot() >...
Use [CODE] tags next time lol. Also make sure you're in a party and the leader of party.
Or use google. http://forum.ragezone.com/f427/bosspq-selfcopy-bat-550810-post4816485/
Although you have to fix things here and there.
GM commands.
Says it there. The ports are already in use. Find out what's using those ports.
Go into wz directory click Etc.wz and open up CashPackage.img replace that with this.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><imgdir name="CashPackage.img">
<imgdir...
Or you can just download it here https://mega.co.nz/#!TAdgRBrS!ff2jK2b9Q5F03Lu3F07j4HbyrV4x61ZGQpYwQjHhgo0
Make a folder named WZ like so http://prntscr.com/2gcltk and place the files in there.