Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. For sure its not pure aCis. Like Tessa said check EnterWorld.
  2. Haha, that rip of their site and this added "S", I would do better on Paint :D
  3. The answer has been given. He have to close the connection following actual structure or simply rework the connection. And then.. discussion has begun, which is nothing bad.
  4. lmao @ the question about fan range :happyforever:
  5. You are wrong, there is only one. QQ As said le memer, on idle state tezza stand and doin nothing, is not 'centered', try to hit tezza and piano mode is on - centered.
  6. Good luck. No one will "help you", that's for sure. You have to pay for such a work, and it's not gonna be cheap, for sure. Check marketplace, pm LightFusion and talk with him if he is able to do it.
  7. Put this if(_forum == null) // Line 806 { _forum = ForumsBBSManager.getInstance().createNewForum(_name,ForumsBBSManager.getInstance().getForumByName("ClanRoot"),Forum.CLAN,Forum.CLANMEMBERONLY,getClanId()); } Under if (_forum != null) if (_forum != null) { if(_forum == null) // Line 806 { _forum = ForumsBBSManager.getInstance().createNewForum(_name,ForumsBBSManager.getInstance().getForumByName("ClanRoot"),Forum.CLAN,Forum.CLANMEMBERONLY,getClanId()); } } Or simply use (fix errors if any) this one public void setLevel(int level) { _level = level; if (_level >= 2 && _forum == null) { final Forum forum = ForumsBBSManager.getInstance().getForumByName("ClanRoot"); if (forum != null) { _forum = forum.getChildByName(_name); if (_forum == null) _forum = ForumsBBSManager.getInstance().createNewForum(_name, ForumsBBSManager.getInstance().getForumByName("ClanRoot"), Forum.CLAN, Forum.CLANMEMBERONLY, _clanId); } } }
  8. Check log folder for detailed info about the npe. Then check that file and provide the line. And whats the pack.
  9. Oh, indeed, Then ignore what I said, I don't rly busy about quests, but that's a lil bit interesting. Some quests are coded like this you, another is coded on the example I told. Else, this quest has old/new writting style, since roko reworked them. Well, I guess you have to wait for Tyky or someone who code quests :D Btw, what about the original quest? Have you tried to change only the st.exitQuest(false) and see if you can take it again?
  10. I doube that would change something. Since all party will have "same color". Else, you code it to give random color and store them, so another party won't take the same color.
  11. Made my day :troll: The experience that players earn is the experience that monsters gives, actually.. :D
  12. Your quest is kinda wrong coded, compare it with any another quest. You messed onTalk and onAdvEvent For example this st.playSound(QuestState.SOUND_FINISH); st.exitQuest(false); Is supposed to be onAdvEvent, while you put in onTalk. Rework the quest. Moved to request dev help.
  13. Yup, I totally agree on that. That's why I am/was thinking about Audi and BMW. But well, I guess I will stick with Audi :) In Poland the BMW acronym stands for "you will have expenses" :D
  14. Nop, I also make fun of him huehue :D
  15. You can't afford for me and I'm not cooperating with barely speaking people. Ouch, that hurt :troll: Ohh and the word "delete". Nop, I did not delete them, if you would read my reply you would know what I did, but damn you don't understand englado.. ;) I wish you a nice night.
  16. Quality > Quantity -- You do NOT. You create only useless SPAM and you bring this Show me a guy with at least 2 posts, or 3 that participated to your event. Ohh, you can't, they are all 1 post bots. They create a bot, do a crappy post "good server" and they leave. So, yeah, it is considered as SPAM. Deal with it.
  17. Everything is inside xml folder.
  18. Contact Rootware
  19. No, no. It's part of animation. I kinda already explained. Standing tezza, it's not the natural/neutral position :) When tezza ends playing, he(?) is 'jumping' one step back/forward. That's why you see it like that.
  20. Example or never happened :) With such writting style, you get an error on aCis sources as far as I remember.
  21. Bah, there is no one click solution. Sometimes you have to spend some time to make things you want, lol. Create new skill or try to increase the existing lvl. I guess, you can do like that.
  22. Yup, its client related. Well, the legit model is when teza sit, when teza stand is like "doing an action", more like "After" an action. You can notice it on mobs which has some kind of animation. :P
×
×
  • Create New...