Jump to content

java

Members
  • Posts

    265
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by java

  1. how ? i know compile... edit where only start compile?? compile your server with higher event queue at src/map/map.h #define MAX_EVENTQUEUE 2
  2. wow amazing .. it's very usefull +1
  3. i was read at http://www.mikazo.co...ual-studio.html maybe it usefull or the most easy way is try to disable antivirus when u recompile server
  4. //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("cecunguk bau",1,10,0,0,10480,9180,1300,2304,1); see at my example dont add [ ...] at ur script plus dont add < and > im sorry >> that's my big epic Fail copy paste hahahaha
  5. ganja on my country means to = marijuana anyway welcome
  6. I don't. one of your problem is very not my business ** Define an NPC object. <map name>,<x>,<y>,<facing>%TAB%script%TAB%<NPC Name>%TAB%<sprite id>,{<code>} owh ty it's work now
  7. already solved ... it's clear now ty
  8. i try to understanding this script, but still error my big question is : how to make this >>> http://rathena.org/b...ail-to-someone/ work? i mean how to create script for that? where to put email system.txt or what should i do to make http://rathena.org/b...ail-to-someone/ work? anyone can explain step by step??
  9. //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<Item Amount>,...); AddCollection("cecunguk bau",1,10,0,0,10480,9180,1300,2304,1); see at my example dont add [ ...] at ur script plus dont add < and >
  10. where to put E-mail System.txt? hehe my bad . it source code
  11. that's right.. u choose a good decision keep that only for ur self ( on ur personal server it's really usefull but the other ppl maybe wont their data server knowing by the other ). big LOL
  12. art of scripting but it would be nice if sombody make an example of this NPC .. since im too bad at scripting
  13. how to make this : function(eat) { nullpo_retr(-1, sd); clif_eat (&sd->bl, salmon, ); clif_eat(&sd->bl, mie ramen, ); clif_eat(&sd->bl, ice cream, ); clif_displaymessage(fd, "eat, eat and eat "); return 0; } i want to create code above to : if i choose eat then i got random type of menu salmon or mie ramen or ice cream should i put " || " ?? but should i put in? ty for wathcing my case
  14. hello guys, i was add afk commands at my server, but how to make all of user at my server being afk after their logout game? i just need info about exit source code
  15. this is script i've requested 6 months ago at eathena.ws, my pc hang so this script gone. but here once again godameit share to us thank you so much. suggestion: - add botcheck when register to play ctf - add party organize ( when player enter the ctf, he is automatically join party etc blue team) - add NPC reward.(when the party win the round e.g blue team won, all party warp to npc reward and got reward)
  16. asem dah,,, keterbatasan bahasa menjadi penghalang komunikasi antara sesama bangsa nehh.. kapan ada subforum khusus untuk Indonesia... gw sendiri pake rathena.. player ga mempermasalahkan tuh ...
  17. too dangerous if u save an server account at ur db.
  18. You can set a "Faction" to a desired character with the scriptcommands: *factioninfo(<type>); type: 1 = Faction's name 2 = Race 3 = Element 4 = Ele lvl 5 = Alliance ID *setfaction <ID>; *factionmonster "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>,<faction ID>,{,"<event label>"}; *setfaction <ID>; thank but, can u upload step by step picture ingame ?
  19. hello there.. what is the factions system? how i can use this factions? any example? i have already patch for my server but, still unable how to use this faction system LOL sorry for my noob question i just dont get it hehe
  20. do not remove previous post u made!
  21. create custom item at itemdb2.txt and dont forget Lua files too
×
×
  • Create New...