Jump to content

imitatia

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Philippines

Recent Profile Visitors

2098 profile views

imitatia's Achievements

Poring

Poring (1/15)

1

Reputation

  1. See boxes for proofs of npc deployment. used @reloadscript and restarting of server but i haven't seen the expected npc. I'll include the script below. credits to rikimaru. // //=====// /==/ /==/ /==/ // // // /==/ /==/ /=/ /==/ // //=====// /==/ /=/ /==============/ /========/ /==//===/ /==/ /==/ // //=////// /==/ /==//=/ /==/ /==/==/==/==/==/ / / / /==/ /==/ /==/ // // == /==/ /==//=/ /==/ /==/ /==/ /==/ ======/ / /==/ /==/ /==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ / /===/ / /==/ /==/ /==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ / /===/ / /==/ /==/=====/==/ // // == /==/ /==/ /=/ /==/ /==/ /==/ /==/ /========/ /==/ /==///////==/ // ================ rAthena Script ================================================== //= Refiner and Repairman made by Rikimaru on rathena.org==// //=========================================================// //======== Description ====================================// //== Easy made Refiner with Repairman for new rAthena =====// //== Users. Please do not remove theese Credits ===========// //== Refines the complete Equipment to +10 and repairs ====// //== All broken items in the Players inventory ============// //================= Version : =============================// //============= V. 1.0 Bug Fixes by Rikimaru ==============// //=========== Credits End =================================// //===================== Script of Smith/Repairman =========// payon,163,214,3 script Smith 63,{ mes "[smith]"; mes "Hi,I can Refine your"; mes "Equipment to +100"; mes "or Repair your"; mes "Equipment.Also I'm able"; mes "to Derefine your Equipment."; mes "What do you want from me?"; next; switch(select("I want a Repair:I want a Refine:I want a Derefine:Nothing")) { case 1: mes "[smith]"; mes "Okay I'm going to repair"; mes "your Equipment."; next; while (getbrokenid(1)) { repair(1); set .@i, .@i +1; } if (.@i) dispbottom .@i + " items repaired."; mes "[smith]"; mes "Congrats!Enjoy!"; close; end; case 2: mes "[smith]"; mes "Okay I'm going"; mes "to refine your Equipment"; mes "to +10,Thx for using my Service!"; next; for(set @part,1;@part<101;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 10) successrefitem @part; mes "[smith]"; mes "Congrats Enjoy it!"; close; end; case 3: mes "[ Smith ]"; mes "Okay I'm going to Derifne your Equipment now. You need 10.000 Zeny for that."; next; setarray .@a[1],256,16,32,2,4,64,8,128,512,1; select(getequipname(1),getequipname(2),getequipname(3),getequipname(4),getequipname(5),getequipname(6),getequipname(7),getequipname(8),getequipname(9),getequipname(10)); if ( !getequipisequiped(@menu) ) { mes "[ Smith ]"; mes "There's nothing equipped there..."; close; } if ( zeny < 10000 ) { mes "[ Smith ]"; mes "You don't have enough zeny"; close; } if ( getequiprefinerycnt(@menu) > 10 || getequiprefinerycnt(@menu) == 0 ) { mes "[ Smith ]"; mes "This item cannot be de-refined."; close; } atcommand "@refine "+ .@a[@menu] +" -1"; set zeny,zeny - 10000; mes "[ Smith ]"; mes "Your item has de-refined successfully"; close; case 4: mes "[ Smith ]"; mes "Okay,come back when you need me."; close; } } mora,97,110,4 duplicate(Smith) Smith#1 441
  2. Thank you myst. i just don't know what keyword to search so i created my own one. il check on those links. il get back here if it will be solved
  3. the function is on the map. when you click one location the arrow towards the npc will show up. and then when you reach the destination, that msgbox will show up. i want to edit the navigation msgs on the chatbox too. pls help ty
  4. @ winz actually it's 2 IPs simultaneously changing. i don't know if that's sarcastic or not. but when i actually refresh my no-ip DUC program. it always changes the IP address. making the server can't reach off the pacing of the ip. by the way, i surf the net about the pros and cons of IP addresses. it seems that dynamic addresses aren't capable of hosting a server efficiently. il better get static IP address from my provider (BayanTel), it has an additional PHP250.00/month though. for @pandaplaygames' information
  5. Does anyone know how? or could provide me link in order to add an item in-game and in sql? i have collected so much custom items and sprites and all but i don't know how to add them in-game. if someone has the courage to post or write on his/her own tutorial its better. if not, kindly send my link as for reference. thank you
  6. sorry for double posts. /wah my problem was. when i refresh the DUC program from no-ip. the ip is changing that my server can't do, can i refresh the server too? its like 2seconds before it changes from one to another. but its only 2IPs simultaneously changing. how i wish i can refresh the server too for it to refresh the ip also. but i need it in realtime though
  7. ok. so this problem was solved. yung ip ko super fast changing xa. i have to request a static ip for home-base server management. how to edit the title post? i have to put [sOLVED] tag before it. thanks
  8. sir huskie. do you have a home-based server on your own? pls tell me how to do it
  9. how to run using no-ip.org and home-based server connection: DSL i have my posts here: the tagalog version: http://rathena.org/board/topic/73098-help-po-pls-nababaliw-nako-dito/ and the english version: http://rathena.org/board/topic/73099-help-pls-i-cant-connect/ i have talked to someone and using no-ip.org will always make such an error like this. but i am an avid fan of playing ragnarok online and i am an computer engineering student too. i do know that i lack knowledge about networking so im asking for your help to pls guide me (post similar trusted informative topics) that you know.
  10. [Error]: make_connection: connect failed (socket #2, code 10060)!
  11. sir what you meant by changing all wan ip into 127.0.0.1 is a server offline. what im trying to do is to put a home-based server.can i possibly do that? :/ if by means of changing all wan ip into localhost (127.0.0.1), i can be able to play the game see it here
×
×
  • Create New...