Jump to content

Frost Diver

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by Frost Diver

  1. i dont understand this part. where should i put this line?
  2. I'm still looking for answers to fix this sql script..
  3. thank you sir. it work like a charm now ^^
  4. Hello, i run this script in sql: CREATE TABLE `bk6_talk` (`intid` int(11) unsigned NOT NULL AUTO_INCREMENT, `npcid` mediumint(8) unsigned DEFAULT '0', `talkid` int(11) unsigned NOT NULL DEFAULT '0', `lang` varchar(3) NOT NULL DEFAULT 'en', `custom` tinyint(1) unsigned NOT NULL DEFAULT '0', `dialog` varchar(255) DEFAULT NULL, PRIMARY KEY (`intid`), UNIQUE KEY `idx_unique` (`npcid`,`talkid`,`lang`,`dialog`), KEY `idx_dialog` (`npcid`,`talkid`,`lang`)) ENGINE=MyISAM AUTO_INCREMENT=1; but got error. how to adjust the script to be able to create table in my database?
  5. hello, i tried @autoattack +1002, it said monster added to list. but if i check using @autoattack list, no any monster added. and if i turn on the command @autoattack on, it will tagetting all monsters
  6. hi, kindly share the solution to the community. thanks
  7. Yeah sure. Mind to share it? Thanks!
  8. Hi, i think you misunderstood. Im requesting the icon.tga file. Because currently, im using the other existing unused icon obtained from data.grf. i need the custom vip icon that similar like in the photo if there's any..
  9. Hello! Does anyone here have vip.tga icon that similar in this photo? If there's any, mind to share please. Thanks.
  10. Hello! Can i request @trade command that can bypass usage range for gm? I found this mod but unfortunately it no longer work for latest rathena version.
  11. how do you use it on NPC OnInit event? mind to show the examples of the script commands? thanks
  12. It's coming from the npc script in this line: specialeffect(EF_FIREWALL2, AREA, .@cid); and this line: specialeffect(EF_HEAL, AREA, getcharid(3));
  13. Thanks mate. But i still got an error regarding the special effect upon starting the campfire
  14. Error on mapserver upon starting and ending of campfire. Using latest rathena version.
  15. Nvm, i fixed it. For those who wants to change path of the lub files while diffing the client, make sure dont include .lub extensions on these 2 files ( OngoingQuestInfoList and RecommendedQuestInfoList ) as the default path also has no extensions in it.
  16. Hi, I'm using updated chris translation. But i got this error. How to fix this? What's missing at line 40 in my RecommendedQuestInfoList? Thanks. RecommendedQuestInfoList_True_EN.lub
  17. Hi, Tried the script, i was able to spawn the clone, but cannot remove it by using @marketkill. same goes to when i relog, the clone is still there. Running on updated rathena. Regards.
  18. Hello good day! Can someone point me on to put some buffs like ghostring, taogunka, holy scrolls will not disappear when got dispelled by Professor? Just like the Alchemist 'Full Chemical Protection' skill. Thanks!
  19. Hi, may i know how to use/run this script?
×
×
  • Create New...