Umh, try with newpoint or newpoints
Umh, try with newpoint or newpoints
This is the problem :OCode:symbol : variable newpoint location: class client.MapleCharacter this.FascinationPoints = newpoint;
Just add a ( S )
i cant find this in maplecharacter.java anyhelp im new on this :-)public void setMarried(int m) {
this.married = m;
}
---------- Post added at 01:56 AM ---------- Previous post was at 01:32 AM ----------
sorry for double posts and playercommand.java :D?
Great Guide! Hopefully some people will learn from this!
A few questions:
1. Is this for vote points only? (stupid question)
2. How would I change it to make it BOTH Vote Points and Vote for NX?
3. It's non-timed...can I make it timed? (like every 12hrs)
Thanks for the info, I'm new to this and trying my best to learn. :D
Last edited by HorrorChix89; 26-05-10 at 06:38 PM.
I get the following error when I compile:
I need some help, please.Code:init: Deleting: C:\Users\Marvin\Desktop\compile\build\built-jar.properties deps-jar: Updating property file: C:\Users\Marvin\Desktop\compile\build\built-jar.properties Compiling 2 source files to C:\Users\Marvin\Desktop\compile\build\classes C:\Users\Marvin\Desktop\Power-Story\src\scripting\npc\NPCConversationManager.java:177: cannot find symbol symbol : method saveToDB(boolean) location: class scripting.npc.chr chr.saveToDB(true); // No more stupid rollbacks ;) ~Deagan 1 error C:\Users\Marvin\Desktop\compile\nbproject\build-impl.xml:406: The following error occurred while executing this line: C:\Users\Marvin\Desktop\compile\nbproject\build-impl.xml:196: Compile failed; see the compiler error output for details. BUILD FAILED (total time: 1 second)
Marvin![]()
scripting\npc\NPCConversationManager.java
Check over your npcconversationmanager
you can delete savetodb without trouble.
Any idea why I'm getting:
?PHP Code:cannot find symbol
symbol : method getPlayer()
location: class client.MapleCharacter
return getPlayer().getvotingpoints();
cannot find symbol
symbol : method getPlayer()
location: class client.MapleCharacter
getPlayer().setvotingpoints(newpoints);
cannot find symbol
symbol : method getPlayer()
location: class client.MapleCharacter
getPlayer().gain1votingpoint();
Thank you :)
It is awsome.
Last edited by razz04; 10-07-10 at 09:17 PM.