Jump to content

Ardrich

Members
  • Posts

    26
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Male
  • Location
    Payon
  • Server
    LmaoRO

Recent Profile Visitors

1921 profile views

Ardrich's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thank you emistry for helping but clif.c not fix my prob. Thank you Conflicts you got it
  2. Can anybody help me with this? - shop Armor::shop -1,2306:100000,2315:1000000,2310:50000,2302:5000,2320:1000000,2317:1000000,2319:1000000,2354:1000000,2373:1000000,2304:10000,2342:1000000,2318:1000000,2372:1000000,2308:1000000,2311:1000000,2359:1000000,2353:1000000,2313:1000000,2371:10000,2360:1000000,2326:1000000,2324:1000000,2322:500000,2333:500000,2336:1000000,2331:1000000,2338:1000000,2329:50000 turbo_room,75,140,4 script Armor 752,{ callshop "Armor::shop",0; end; OnInit: waitingroom "Sale!",0; end; } Everytime i click the npc its show error in my server. Here's the error [Error]: buildin_callshop: Shop [Armor::shop] not found (or NPC is not shop type)
  3. malaya,280,269,5 script George 832,{ mes "Welcome to Lmao Ragnarok Online!"; mes "What Service May I Offer You ?"; next; menu "Tour Guide", L14, "Get Freebies", L16; next; L16: if(#New_Player == 1 || Class!=Job_Novice ) goto L_Done; if(Class==Job_Novice && #New_Player==0) { mes "Good Luck on your Adventure !"; mes "Which path do you wish to take?"; switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) { case 1://Swordsman jobchange 1; getitem 1545,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 2://Archer jobchange 3; getitem 1742,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 3://Mage jobchange 2; getitem 13041,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 4://Acolyte jobchange 4; getitem 1545,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 5://Merchant jobchange 5; getitem 1545,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 6://Thief jobchange 6; getitem 13041,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; } set #New_Player,1; savepoint "malaya",281,325; mes "Start your awesome journey today."; mes "If you need help. Please use @request / search for Game Staffs. Thank You."; close; } end; L_Done: mes "You Have Received the Freebies already."; close; LEnd: close; L14: mes "[ Tour Guide ]"; mes "Hello would you like a Tour of Lmao Ragnarok Online ?"; mes " "; if (select("Yes, Start the Tour!:No Thanks.")==1) { warp "malaya",281,325; mes "Alright here we go!!"; sleep2 2000; mes "[ Tour Guide ]"; mes "Lmao Ragnarok Online aim to deliver a Balanced Server"; mes "Server Rates :"; mes "Base and Job Experience : 50x"; mes "99/70, Transcendent Classes Only"; mes "Normal Item Drop Rates: 50%"; mes "Normal Card Drop Rates: 5%"; mes "Boss Item and Cards Drop Rates: 0%"; mes "We have no bosses here!"; cutin "kafra_09",2; sleep2 20000; // 5 seconds warp "malaya",284,332; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can Change Job Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",271,327; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Kafra Services Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",290,327; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Warper Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",269,342; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Reset Stat and Skill here"; cutin "kafra_09",2; sleep2 10000; warp "malaya",268,365; mes "[ Tour Guide ]"; mes "This is Donate Shop you donate to gain some good items and to keep the server alive."; cutin "kafra_09",2; sleep2 10000; warp "malaya",114,213; mes "[ Tour Guide ]"; mes "This is Support Map, You Can Buy Things Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",227,255; mes "[ Tour Guide ]"; mes "This is Quest Shop, you quest items to get strong in the server."; cutin "kafra_09",2; sleep2 10000; warp "malaya",262,331; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Great Stylist here."; cutin "kafra_09",2; sleep2 10000; // etc. warp "prontera",155,191; sleep2 1000; mes "[ Tour Guide ]"; mes "That's all Thank You Hope You Enjoy the Tour Good Luck Have Fun !"; cutin "kafra_09",2; sleep2 5000; } cutin "kafra_09",255; close; OnInit: waitingroom "Welcome to Lmao Ragnarok Online",0; end; }
  4. Can someone give me a Item give but per IP? 1 IP, 1 Item.
  5. When i try to patch my client with nemo. this error occurs. and almost all recommended patch have this errors. can you help me?
  6. Can someone help me with this script_rid2sd: fatal error ! player not attached
  7. No, sir i think its correct I'd updae my svn last 15 days, isn't it? Than that isn't the bug i mean. The bug was around 3 week befor at the rev. What exe / lua files / rev are you using'? Client: 20120410Ragexe Lub Flies Rev.: rAhena r17365 ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 endif
  8. Yes sir. i did it, everytime i'd change my mmo.h or anyhing in src :/
  9. No, sir i think its correct I'd updae my svn last 15 days, isn't it?
×
×
  • Create New...