Jump to content

melron

Legendary Member
  • Posts

    1,403
  • Credits

  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. you forgot to mention some other unique features...
  2. locked then
  3. Select your database, Click on the icon: then press 'New Query' tool, make sure the new tab of the query will have your database name after the @ like this (sys is my db) run the command by clicking Run tool , be happy
  4. Do you know how to execute commands? You are saying is not working. Post your error then lol I just downloaded your droplist and the command is working excellent.. Message: [SQL]DELETE FROM droplist WHERE itemId <> 57 Affected rows: 25607 Time: 0.107s
  5. This is correct since DELETE FROM droplist , will delete everything. I prefer to use DELETE FROM droplist WHERE itemId <> 57 ( Delete everything from droplist except rows who their itemId field is not equal to 57)
  6. wtf is wrong with you? did you already change your project from hi5 to frozen?. Ontopic: SocialAction sa = new SocialAction(this.getObjectId(),Rnd.get(8)); player.setLastFolkNPC(this); player.getAI().setIntention(CtrlIntention.AI_INTENTION_INTERACT, this);
  7. This was my first thought when i heard about it. The guy should had his purpose idk :P
  8. No I didn't felt anything. If you want to be the smart one, prove your words to him in order to learn too your better way. You are saying that the way he is talking isn't correct for amateurs even if he is helping by writing some codes. On the other hand you did nothing except telling him he is wrong. What's the point then?
  9. for some reasons i didnt update the pastebin with the latest code . i was checking the code idk what happened.. now it's updated with what ever was missed. Well thats why im sharing things , it is better for me to see post like this instead of good code etc. In this case you are even worse. At least he spent some minutes to update my code . what about you? ofc i'm amateur , do you think he does't know that?
  10. Improved by elfo . Thanks! It can be done by many ways. I had it like this since it was a request. (i prefer your way too)
  11. nice one elfo . thanks ;) i'll add the changes in some hours
  12. Hello guys, I had a request to make a donation manager but when i finished the guy decided to not open his server (wtf?) so the npc is now useless to me. What is this? A donation manager that selling packages with items and stats like nobl,rec etc. Categories can be added easily i will explain later Current added categories: Bronze,Silver,Gold,Platinum,Diamond,Master,Grandmaster How to configure it? Its configurable via xml How i can add items? <Package item="57,500"/> Will have as a reward 500 adena. How i can add enchanted item? <Package item="7575,1" enchant ="15"/> Will have as reward draconic bow +15 How to add stats like nobl? <Package noblesse="true"/> <Package autoDyes="true"/> <Package rec="50"/> It is can handle noblesse,auto dyes (depends on the current class of the player) and recommends. Some photos: I wont upload video ... I'm not sure about in which aCis rev is coded but it does not matter. Also i'm not friend with html designs, so don't hit me :D P.s Auto dyes system is setted up by my opinion about dyes. You can easily edit it in DonationDyes.java code data/html/mods/donate/ data/xml
  13. my neighbor's house is black. mine is just lucky
  14. And after some days, here we are...
  15. Welcome. You can post Here
  16. put some logic WTF? Since you dont want to do anything related to community board then why the hell you have your code in community board? go at RequestBypassToServer.java and add your own 'else if' with the correct string and paste the method inside
  17. First time i see a server that does not giving items from donations. Or is just you the one who want back his money? :D
  18. On the other hand, I find it kinda useless to ask such things since he is looking for coder (so it means he don't know to code, so he can't read, so he can't understand if the codes are good and properly coded). He could accept a free code as a prove about his knowledge. Anyway is clearly his way to find ppl. Good luck dude!
  19. I like 'atm' .... except if you are planning to open similar project
  20. as sweets said you can open another .py file to see how database connections are closing connection. you can try this one try : con.close() except : pass
  21. i don't know what are you talking about guys but, even a server with frozen files (which i believe is the worst) can be success with the correct administration. Even if you take the 'best' interlude sources and try to open a server without using your hands you will fail. Now lets get real, before 5 years , or even 7-8... There was many pvp/mid/low rate succesfully servers while aCis/lucera wasn't even there. All in one, pick the sources you think they can give you pleasure, work on them, be happy.
  22. etcitem table
×
×
  • Create New...