Jump to content

hakuren

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by hakuren

  1. how to check if there is a player on that cell ex. prontera x150 y150 if there is a player on that cell the npc will warp to the +2 of x axis possible or not? and is im on the right track is this a script support or an source?
  2. how to make this? @me <message> when uses no name will shows because when it uses it shows " * <player name> <mesage> * " how to remove the name of the player?
  3. Like this? prontera,150,150,0 script Sample 100,{ if ( select ( ( countitem( 607 ) ) ? countitem(607)+ "x " +getitemname(607)+ ":Close" : "Close" ) - 1 ) { mes "Test"; close; } } no what i mean like on .@menu$ or the menu or switch(select("name menu:name menu") it tell if the ygg is there if not it not show on the menu
  4. setarray .@Position$[1],"Top","Mid","Low"; setarray .@Position[1], 1, 9, 10; set .@Menu$,""; for( set .@i, 1; .@i < 5; set .@i, .@i + 1 ) { if( getequipisequiped(.@Position[.@i]) ) set .@Menu$, .@Menu$ + .@Position$[.@i] + "-" + "[" + getequipname(.@Position[.@i]) + "]"; set .@Menu$, .@Menu$ + ":"; } set .@Part, .@Position[ select(.@Menu$) ]; if( !getequipisequiped(.@Part) ) { mes "[Clown]"; mes "Your not wearing anything there..."; close; } mes "You want to Costume your " + getitemname(getequipid(.@Part)) + "?"; next; if( select("Yes, proceed:No, I am sorry.") == 2 ) { mes "Need some time to think about it, huh?"; mes "Alright, I can understand."; close; } like this it in the menu it will show the item on the equipment what i need it will show the ygg if it is on the inventory if not blank
  5. how to make an npc that with the item is on the inventory the name and amount of that item will show on the menu ex. yggseed yggberry if in the inventory with you talk to npc the menu will show those item if not in the inventory or didnt have it will not show
  6. got error 1>h:\trunk\src\map\chat.c(164): warning C4013: 'mapreg_setreg' undefined; assuming extern returning int 1>h:\trunk\src\map\chat.c(164): warning C4013: 'reference_uid' undefined; assuming extern returning int 1>h:\trunk\src\map\chat.c(164): error C2065: 'j' : undeclared identifier
  7. nothings happen [edit]: it says [Error]: npc_event: event not found [::OnJoin]
  8. sir latest rA when i turn it on the client being crash client crash with custom item being drop
  9. is this possible that waitingroom has a command script like OnJoin Player? With this command the npc will know that someone joined to chatroom ex. prontera,150,150,5<TAB>script<TAB>PARTYMASTER<TAB>932,{ waitingroom "TEST PARTY",10,"PARTYMASTER::OnComplete",9; end; OnComplete: announce "Completed",0; end; OnJoin: dispbottom "Welcome to Our Party!"; end; } i think this is src not a script
  10. i got error on this im using the latest svn [Error]: chrif_authok: Data size mismatch! 46248 != 46256 [Fix] i forgot to recompile all
  11. Hi could someone knows how to make a obb like script like a drop rate of a item example Red Potion 1.00% Orange Potion 5.00 White Potion 30% Yellow Potion 50% Blue Potion 70% Failure 80% could someone help me?
  12. hello could someone help me im try to create a skill that triggers a npc script like and using heal it set a variable like - script : set healednumber,healednumber+1; dispbottom ""+healednumber+""; end; is this posible
  13. no.. imean is when i used weediffgenerator after finishing patch when i use the program(.exe) its corrupted or stop working look at this
  14. after patching 2012-04-10aRagexeRE the patched .exe crash or stop working error help me with this im following http://www.youtube.com/watch?v=CtDRZki3Hpo help
  15. hello please help me how to make a client for svn 17206 i have updated kro here but how can i make my own client is there any step by step guide for this?
  16. sir i already encode those port in port forwarding so when i check those port closed daw how could i manage to forward those ports help naman po http://rathena.org/board/topic/74570-how-to-make-this-online/ ito po yung nasa dulong post po
  17. kuya x13th oo nga meron akong na encounter na error closed daw yung port ko im currently using mydsl router pumunta na ko sa nat->port forwarding ok naman naka encode na sya activate narin po pano gagawin ko ito po yung picture Nat->Port Forwarding on router Firewall router Port Checker
  18. meron po kasi akong static ip kasi commercial use po tong net ko so is this possible that i can host any ragnarok testing use lang po ito po yung version ng router modem nila P-660HN-T1A
  19. opo but still failed to connect kasi kahit yung sa server wala e di na narereceive na komokonnect yung static ip ko is this right? another thing is that ok if walang internet nakaonline parin yung map char server? kasi try kong tanggal yung internet then yun connected parin?
  20. i already did that the portforwarding thing and i'd turn off my firewall but when i log in even the server didnt recognize that someone connecting with it what should i do?
  21. i already do that too all of the steps in guide tutorial
×
×
  • Create New...