Jump to content

Frost Diver

Members
  • Posts

    178
  • Joined

  • Last visited

About Frost Diver

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

2320 profile views

Frost Diver's Achievements

Poporing

Poporing (4/15)

  • Reacting Well
  • Conversation Starter
  • First Post
  • Collaborator
  • Dedicated

Recent Badges

6

Reputation

2

Community Answers

  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
×
×
  • Create New...