Jump to content

manabeast

Members
  • Posts

    835
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by manabeast

  1. 3% on scripting - -" i dunno script or script anything..... i doing server alot thing do myself. -.-" i just can request help. in my reality dun have scriptor friend. i been spending too long for server. think>plan>pay script>learn some simple thing>move npc>test script>add custom item>add custom mob>request help like that. can say most of the time work until AM very late. now starting feel wan give up. but will move til the end zz. too many thing want do myself. my head almost blow up. if can i wan reduce some burden try to avoid some part >.<" now have two method on disable chat - -" which one i should use? script or source?
  2. ok, click it. after that what i need to do? i put the nomsg.patch in destop.
  3. dun have apply button in svn. but if i go in there have conf/db/doc/sql-file blablabla right click has apply button @@
  4. ok, there are many map this one just for one? i got little error here - script BlockKeeper -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == "mapname" && Manner >= 0 ){ sc_start SC_NOCHAT,-1,0; dispbottom "Chatting is Disabled within PVP Maps."; }else if( strcharinfo(3) != "mapname" && Manner >= 0 ){ sc_end SC_NOCHAT; set Manner 0; } end; } pvp_y_1-1 mapflag loadevent pvp_y_1-4 mapflag loadevent pvp_y_1-2 mapflag loadevent pvp_y_1-3 mapflag loadevent pvp_y_1-5 mapflag loadevent pvp_y_2-1 mapflag loadevent pvp_y_2-4 mapflag loadevent pvp_y_2-2 mapflag loadevent pvp_y_2-3 mapflag loadevent pvp_y_2-5 mapflag loadevent pvp_y_3-1 mapflag loadevent pvp_y_3-4 mapflag loadevent pvp_y_3-2 mapflag loadevent pvp_y_3-3 mapflag loadevent pvp_y_3-5 mapflag loadevent pvp_y_4-1 mapflag loadevent pvp_y_4-4 mapflag loadevent pvp_y_4-2 mapflag loadevent pvp_y_4-3 mapflag loadevent pvp_y_4-5 mapflag loadevent pvp_y_5-1 mapflag loadevent pvp_y_5-4 mapflag loadevent pvp_y_5-2 mapflag loadevent pvp_y_5-3 mapflag loadevent pvp_y_5-5 mapflag loadevent pvp_y_6-1 mapflag loadevent pvp_y_6-4 mapflag loadevent pvp_y_6-2 mapflag loadevent pvp_y_6-3 mapflag loadevent pvp_y_6-5 mapflag loadevent pvp_y_7-1 mapflag loadevent pvp_y_7-4 mapflag loadevent pvp_y_7-2 mapflag loadevent pvp_y_7-3 mapflag loadevent pvp_y_7-5 mapflag loadevent someone post another one too @@" http://rathena.org/b...r-chris-pvpgvg/ upload image
  5. Apply this patch in where? which file? if i apply will disable whole or not? i just want for pvp no chat only @@" right click use tortoise svn apply? ./conf/mapflag/nomsg.txt < i dun have this txt. i have to create myself?
  6. Remove. = =" so sorry my slow understand making the topic out. to emistry @mod@
  7. it's hard to understand but i starting to get little what u mean >.< 1.oh, that one is generate random inside 100. over 50 get item,below 50 nothing get. 2.too long ~.~" (my English not really good alot not understand nvm this one) 3.ya, this one just for get item but not what i want. - -" i want put rare item lower rate. 4. if( rand(300) < 100 ) getitem ID,Amount; // If Randomed below 100 else if( rand(300) > 100 && rand(300) < 150 ) getitem ID,Amount; // If Randomed between 100 ~ 149 else if( rand(300) > 150 && rand(300) < 200 ) getitem ID,Amount; // If Randomed between 150 ~ 199 else if( rand(300) > 200 && rand(300) < 250 ) getitem ID,Amount; // If Randomed between 200 ~ 249 else if( rand(300) > 250 && rand(300) < 300 ) getitem ID,Amount; // If Randomed between 250 ~ 299 else if( rand(300) > 300 && rand(300) < 350 ) getitem ID,Amount; // If Randomed between 300 ~ 349 else getitem ID,Amount; // above 349 -mean if i want put more item format should put like this? what if the item same rate? -the higher rate easy get item or lower rate easy get item? what if i want set rare item?
  8. 1.thx about the pvp_noparty if i want put two difference must do separately? pvp_noparty & nochat? MapName%TAB%mapflag%TAB%pvp_noparty MapName%TAB%mapflag%TAB%nochat 2.ok thx
  9. i wan to disable chat public chat on all pvp. because i really dun like player go there fucking each other or sit there doing nothing. when someone kill sit ppl they will angry = =" start wondering what's the purpose of pvp. any one know how to disable public chat? like they can talk in party only/guild only
  10. yes, of cause, this map is not made by me. but the mini map i use brow edit make it. dunno the condition have wrong or not. oh. it's timing set. erm... how to i know it's work or not? if the warp portal no appear and need wait 3 hour? Maze.rar
  11. @zwei@ nice script . do know how to fix? @judas@ dunno.... this map i get from u xD! i sew before in old server but i never try it out becos server close already.i think there will be 2 boxer place. start and end. ppl who warp in will start form the start point. walk all the map until the end point then click that npc to get prize then leave. like that =)
  12. ............. i'm dunno scriptor not really understand what you mean. last time u say this is if( rand(100) < 50 ) getitem "ID" ,"rate%"; drop rate. now this one is? drop rate which one? if i wan put more add more link to continue 4,5,6,7..... ? if( variable < 100 ) getitem 501,1; else if( variable > 100 && variable < 150 ) getitem "ID",1; else if( variable > 150 && variable < 200 ) getitem "ID",2; else if( variable > 200 && variable < 250 ) getitem "ID",3; else getitem "ID(if fail no get rare item get this?),1;
  13. 1.i'm sorry sir. u giving the wrong script XD! but it's maze too i also curious go in look but not working. the npc no show in prontera hmm. 2,this is the maze map i been using.
  14. well. i still not really get how to set the item want get from fishing. hmm... error? Fishing Script.txt
  15. nice xD! i like ur fish. but can't download [#10852] You do not have permission to download this file
  16. want to say something for u. thank you !!! ^^
  17. http://eathena-proje.../jobs/reset.txt i found reset npc. how to remove the reset skill? my server i think give over point for skill not need. i just need a npc for stat onle =) tq.
  18. Happy new year... wish all ppl have a good new year ^^. dun just sit at pc !! go supermarket walk walk xD!
  19. so colorful, look at the picture also feel so happy. rate 10/10 ^^.
  20. 1. thx ^^ waiting server setting finish try it. 2.if disable chat include party/guild chat in the selector map? cannot too?
  21. @chris creation@ http://rathena.org/b...-v10-1219-2011/ 1.anyone know how to disable party on Deathmatch PvP? mean player if party cannot go in there if go in will warp out if have party. 2.how to disable chat in pvp area? just can chat in party/guild?
  22. thx thx thx thx thx.. i go try it. hope it's work.........
×
×
  • Create New...