Jump to content

Docubo

Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Docubo

  1. 2344
  2. 2342
  3. 2335
  4. 2333
  5. 2330
  6. 2328
  7. 2326
  8. 2321
  9. http://upaste.me/2e74428fd5424d9
  10. 2319
  11. 2317
  12. 2311
  13. 2301
  14. 2299
  15. 2296
  16. yea the vote_point table should be in the ro database, just open phpmyadmin, go into ur ro database and use this sql command: CREATE TABLE `vote_point` ( `account_id` int(11) NOT NULL default '0', `point` int(11) NOT NULL default '0', `last_vote1` int(11) NOT NULL default '0', `last_vote2` int(11) NOT NULL default '0', `last_vote3` int(11) NOT NULL default '0', `last_vote4` int(11) NOT NULL default '0', `last_vote5` int(11) NOT NULL default '0', `date` text NOT NULL, PRIMARY KEY (`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  17. 2283
  18. 2285
  19. 2277
  20. 2275
  21. 2273
  22. Nude for the map you can use OnPCLoadMapEventin the script.
  23. groups.conf as far i understand, charcommands cant be used if your command looks like: warp: true so well, you can try: warp: true, false
  24. 2262
  25. npc/merchant/renters.txt
×
×
  • Create New...