Jump to content

Akbare

Members
  • Posts

    478
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Akbare

  1. I am also interested in setting up Indonesian support section. i'm in here for support
  2. maybe : datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºlogin_interface warning.bmp <----use Only First Login Background on diff warning2.bmp warning3.bmp
  3. This is a serious problem for the whole world....
  4. thanks joseph....i want to try thanks
  5. thanks for read the thread i want to ask, how to make npc enable and disable the following day at Friday 13:00 to 16:00 This script would I use to safe refine npc thanks for advance
  6. disable npc : scripts_athena.conf //npc: npc/other/mail.txt disable command to player atcommand_athena.conf mail: 100,100
  7. owh thanks I think the view should be the same as the item ID hahahah works okay .. thanks sir
  8. db. error is Aspd if i change the view of these custom items ASPD can be normal and equal to the jur What can anybody help me solve this problem? thanks for advance Hi, I believe its with the view id.. What i did with my custom weapons are use the same id of the same kind of weapon.. So with your example, using a 2-hand sword, use two hand sword's id.. and i believe its 3 Sprite of the weapons are read in the sprite folder for each jobs using the jobname(in korean)_ID# thanks for reply my thread can give me an example
  9. thanks for read my thread i want to ask about custom weapon server : 3CeAM r659 script db use from JUR item db. error is Aspd if i change the view of these custom items ASPD can be normal and equal to the jur What can anybody help me solve this problem? thanks for advance
  10. ok thanks whether to use the function OnNPCKillEvent: no problem? continuously?
  11. thanks to read my thread I want to ask how to create a script that dropped all the monsters [ex :Poring coin] using OnNPCKillEvent: when using OnNPCKillEvent: do not make errors? draft - script DropItem -1,{ OnNPCKillEvent: getitem 7539,1; end; } thanks to reply
  12. Did you increase MAX_STORAGE larger than 731 ? There was a change in r14503 "Too large client packets, which would otherwise cause the client to crash, are now dropped and reported. bugreport:4391" Possible solutions: - paged storage mod - decrease MAX_STORAGE to something smaller than 731 yes my source storage UP to 731 #define MAX_STORAGE 1000 #define MAX_GUILD_STORAGE 1000 oke thanks to reply, try it
  13. hmm i think so .. but so far I have not found a suitable and stable diff except for 2010-07-30 I will try to use other diff thanks for the reply
  14. thanks for reading my thread I would like to ask for help about the missing items in kafra SQL = ok there is no error [was in Optimize, repair] when the log in the game why some items not in kafra?? but the item is in the table storage This error only occurs initially in an ID but on his way found another ID with similar problems SVN: r650 3CeAM Hexed: 2010-07-30 Thank you for helping
  15. hahahha...fight to wife has begun__________________
  16. con/mapflag/battleground.txt
  17. @Tande : congratulations @sanasol : LOL hahahha..... @Mirage : awesome wife .... OMG my post is html edit
  18. use [number] 2 FLD kdata.rar
  19. @Emistry @Arcenciel thanks for the directions I try ok works thanks /$
  20. I want to create a custom script for the Alchemist class, but without a homunculus to enter the room, how to know?? //====Masuk prontera,164,174,3 script Creation NPC 81,{ if (zeny < 1000000) goto N_Zeny; if ( gethominfo(0) != 0 )goto N_homun; warp "ordeal_2-1",149,150; N_Zeny: mes "[Creation NPC]"; mes "Maaf Zeny kamu tidak cukup untuk memasuki ruangan ini"; close; N_homun: mes "[Creation NPC]"; mes "Maaf kamu tidak boleh membawa homunculus"; close; } //====Keluar ordeal_2-1,150,158,3 script Creation#exitctr 81,{ warp "prontera",155,180; close; OnInit: waitingroom "Exit",0; end; } Ok works thanks for advance
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.