Jump to content

java

Members
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by java

  1. java

    Updating SVN

    put ur screen shoot or code error here , nobody want help you if u no showing ur error
  2. hi.. i just update my server then when i recompile the server so many warning came out of my visual studio here is the warning : so many warning at const.h
  3. what do you mean of " Uses luafiles514 folder " , so the lua not inside data/lua files/ << ???? then, which one i choose lua folder if i use 20110609 ?? Uses luafiles514 folder or data/lua files/ ??
  4. 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
  5. wow amazing .. it's very usefull +1
  6. 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
  7. //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
  8. ganja on my country means to = marijuana anyway welcome
  9. 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
  10. already solved ... it's clear now ty
  11. 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??
  12. //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 >
  13. where to put E-mail System.txt? hehe my bad . it source code
  14. 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
  15. art of scripting but it would be nice if sombody make an example of this NPC .. since im too bad at scripting
  16. 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
  17. 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
  18. 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)
  19. 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 ...
  20. too dangerous if u save an server account at ur db.
  21. 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 ?
  22. 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
×
×
  • Create New...