Jump to content

Darkpurple

Members
  • Posts

    187
  • Joined

  • Last visited

Everything posted by Darkpurple

  1. Did you used last Git?
  2. - script BKAtLogin -1,{ OnPCLoginEvent: callfunc "CheckBKNPC",10000; // Allways start BK } But why no time count for kick? and NOT Freeze?
  3. any another protection suggested? (except I.G.............) Well there's also this too http://rathena.org/board/topic/91717-adelays-anti-nodelay-protection-v4/#entry240856 Harmony is old and not update now. I.G <- I am using...is so many bugs and disconnection problem. How about adelays? I look around is talking about anti-nodelay. Can anti WPE / Bot?
  4. I am looking for this scr code too. No one can help?
  5. any another protection suggested? (except I.G.............)
  6. Because the last git had crashed map server problem (Last Git Version b0bc48571b3fa4830c8cd10e2414a52e46f17730), I am not willing to use this version, but I really need fixed these problem by manual. Anyone can help me to found out the source chanced in last git ?? Slow Grace Skill Bug http://rathena.org/board/tracker/issue-8946-slow-grace-skill-bug/ Fiber Lock Can't Lock the target Bug http://rathena.org/board/tracker/issue-8958-fiber-lock-cant-lock-the-target-bug/ Extremity Fist Unit Position Bug http://rathena.org/board/tracker/issue-8046-extremity-fist-unit-position-bug/ Regards.
  7. Hi, Myzter. How can enable the Bottrigger when Player login every time?!
  8. picklog is no use-friendly for me to check the illegal item from one map ..
  9. I know picklog.table stored the map info... but I want my MYSQL table (inventory, storage, guild_storage, cart_inventory, mail, auction) add 1 column ('get_map') to save the items where the player bought/got from.
  10. Topic: Remark The Items on First bought/got Map I want my MYSQL table (inventory, storage, guild_storage, cart_inventory, mail, auction) add 1 column ('get_map') to save the items where the player bought/got from. For example, player bought 1 knife in map of prt_in, then the MYSQL table inventory's column ('get_map') will save the record 'prt_in'. This column's record will never change because it only recorded the items on first map where to bought/got from. I think this idea needed do 2 things. 1. Edit the SRC Code to record the items where the map bought/got from. 2. Add 1 column ('get_map') in MYSQL table (inventory, storage, guild_storage, cart_inventory, mail, auction). I am Looking for Someone willing to help me to write this code, and I am willing to paid for this request, PM me please! Regards.
  11. No, you got the wrong meaning. "I believe you can still autovend but I believe if you do that, it will take zeny instead of the intended currency" autovend not same as autotrade.....
  12. Does it support the auto-vending of last rathena?
  13. change to no the most basic monster that follows you around I prefer mob controller because you can adjust the stats of the monster to your liking like this one http://www.eathena.ws/board/index.php?s=&showtopic=187045&view=findpost&p=1058796 hmm ... wanna me write the 1vs1 pet fighting system ? just post a reply and it shall be done because mob controller system got a learning curve ... dunno how many times have I say this but, I think I might be only member now who knows how to write a mob controller script Yup.The Mob Controller System is very useful. I dont know why eathena and rathena removed it. 1vs1 pet fighting system. it will be So exciting ...
  14. It had bug with newest rathena with this feature: // Autotrade persistency (Note 1) // Should vendors that used @autotrade be restored after a restart? feature.autotrade: on
  15. The last rathena has this updated: Autotrade Persistence & Live Vendor Data http://rathena.org/board/topic/91855-autotrade-persistence-live-vendor-data/ does it supported / compiled?
  16. : DB error - Duplicate entry '1' for key 'PRIMARY' [Debug]: at ..\src\map\vending.c:457 - INSERT INTO `vendings`(`id`,`account_id`, `char_id`,`sex`,`map`,`x`,`y`,`title`,`autotrade`) VALUES( 1, 2072856, 157247, ' M', 'prontera', 153, 90, '[Zeny] ComeBuy', 0 ); is it my problem?
  17. Does this system supported this scr mod?? http://rathena.org/board/topic/60817-extended-vending-system-18/ Thanks.
  18. If I edited some skill damage in skill_damage_db while the server is running... How can I reload the skill_damage_db.txt to took effect..? I try reloadskilldb but not effect.
  19. Future TODO List : support party-assist , guild-assist to completing the quests . pre-requisite mission or so-called chain missions. etc Great!Bravo!
  20. so many error in this scr code now... 1>..\src\map\atcommand.c(7109): warning C4003: not enough actual parameters for macro 'msg_txt' 1>..\src\map\atcommand.c(7109): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7109): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7109): error C2059: syntax error : ')' 1>..\src\map\atcommand.c(7114): warning C4003: not enough actual parameters for macro 'msg_txt' 1>..\src\map\atcommand.c(7114): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7114): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7114): error C2059: syntax error : ')' 1>..\src\map\atcommand.c(7119): warning C4003: not enough actual parameters for macro 'msg_txt' 1>..\src\map\atcommand.c(7119): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7119): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7119): error C2059: syntax error : ')' 1>..\src\map\atcommand.c(7128): error C2143: syntax error : missing ';' before 'type' 1>..\src\map\atcommand.c(7131): error C2143: syntax error : missing ';' before 'type' 1>..\src\map\atcommand.c(7132): error C2143: syntax error : missing ';' before 'type' 1>..\src\map\atcommand.c(7133): error C2143: syntax error : missing ';' before 'type' 1>..\src\map\atcommand.c(7137): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7140): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7140): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7140): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7140): warning C4024: 'atoi' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7141): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7141): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7141): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7141): warning C4024: 'mobdb_searchname' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7142): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7142): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7143): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7148): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7153): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7153): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7153): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7153): warning C4024: 'atoi' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7153): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7154): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7154): warning C4047: 'function' : 'char *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7154): warning C4024: 'strcpy' : different types for formal and actual parameter 1 1> battleground.c 1>..\src\map\atcommand.c(7154): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7158): error C2065: 'mob_name' : undeclared identifier 1>..\src\map\atcommand.c(7161): error C2065: 'it' : undeclared identifier 1>..\src\map\atcommand.c(7161): warning C4047: '=' : 'int' differs in levels of indirection from 's_mapiterator *' 1>..\src\map\atcommand.c(7164): error C2065: 'it' : undeclared identifier 1>..\src\map\atcommand.c(7164): warning C4047: 'function' : 's_mapiterator *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7164): warning C4024: 'mapit_next' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7170): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7170): error C2065: 'mob_id' : undeclared identifier 1>..\src\map\atcommand.c(7177): error C2065: 'number' : undeclared identifier 1>..\src\map\atcommand.c(7178): error C2065: 'number' : undeclared identifier 1>..\src\map\atcommand.c(7180): error C2065: 'it' : undeclared identifier 1>..\src\map\atcommand.c(7180): warning C4047: 'function' : 's_mapiterator *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7180): warning C4024: 'mapit_free' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7735): warning C4003: not enough actual parameters for macro 'msg_txt' 1>..\src\map\atcommand.c(7735): warning C4047: 'function' : 'map_session_data *' differs in levels of indirection from 'int' 1>..\src\map\atcommand.c(7735): warning C4024: 'map_msg_txt' : different types for formal and actual parameter 1 1>..\src\map\atcommand.c(7735): error C2059: syntax error : ')' 1>..\src\map\atcommand.c(9819): error C2065: 'atcommand_showmobs' : undeclared identifier 1>..\src\map\atcommand.c(9819): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int' can update this scr code for last rathena? thanks.
  21. in this step: Execute this command convert_itemtype.pl --i=../db/item_db3.txt --o=../db/item_db3.txt Why only pop out the context of convert_itemtype.pl ???
  22. someone posted in this forum.
×
×
  • Create New...