Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. i believe a simple search would return you alot answer regard on this issues.. Favorite_tab#What_you_Must_Know
  2. refer both your script.....maybe you are using different variable to store cash points....
  3. owh...maybe i misinterpret the usage of this mapflag..xD because never try this mapflag...LOL... >.<
  4. Emistry

    MvP Rank

    Alternate script ............
  5. you can try this...but it's SQL Version. http://pastebin.com/raw.php?i=KQFjt7ia make sure you load this Table in your SQL before use the NPC Scripts. CREATE TABLE IF NOT EXISTS `E-MVPRank` ( `char_id` int(11) unsigned NOT NULL default '0', `name` varchar(30) NOT NULL DEFAULT '', `Count` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`) ) ENGINE=MyISAM; @iraciz those data are saved in variable..and use for TXT version...it's much more harder to track and debug the script than you can imagine..... and since we are now using SQL ....and ...coincidentally another topic also request for a MVP Ranker script...so i will post the content here for second time..
  6. you can try this...but it's SQL Version. http://pastebin.com/raw.php?i=KQFjt7ia make sure you load this Table in your SQL before use the NPC Scripts. CREATE TABLE IF NOT EXISTS `E-MVPRank` ( `char_id` int(11) unsigned NOT NULL default '0', `name` varchar(30) NOT NULL DEFAULT '', `Count` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`) ) ENGINE=MyISAM;
  7. remove this.. getmapxy .@map$, .@x, .@y, 0; if (.@map$=="prontera" || .@map$=="morocc" || .@map$=="payon" || .@map$=="geffen" || .@map$=="izlude" || .@map$=="alberta" || .@map$=="aldebaran") end;
  8. @GMOcean i think this may work just like how you mention it. Mapflag#nightenabled
  9. http://rathena.org/board/topic/70442-question-regarding-to-isnight/#entry135576
  10. @shan try langtype 10 ~ 11 ..
  11. [Data] 0=YOURGRF.grf 1=data.grf 2=rdata.grf
  12. just put the same thing posted by Euphy...but in 1 LINE
  13. what your problem ? show it ? elaborate it ? there is hundred type of way to crash your server...we wont know if you dont want to show it.
  14. make sure your client read the GRF and not the Data Folder... make sure it read LUB files and NOT LUA files... make sure your DATA.ini file setting is correct.
  15. try edit this to higher value ? trunk/src/map/itemdb.h // The maximum number of item delays #define MAX_ITEMDELAYS 10
  16. this is a English Section .....please post in english language. So, please kindly edit your topic contents.
  17. trunk/conf/group.conf edit the permission ~
  18. set .@GID, GetCastleData("castle",1); change the castle name...
  19. edit trunk/src/common/mmo.h #ifndef PACKETVER #define PACKETVER 20120410 #endif then recompile
×
×
  • Create New...