Jump to content

dikapramantya

Members
  • Posts

    216
  • Joined

  • Last visited

Everything posted by dikapramantya

  1. ok, tak bantu wes mas, asal dudu quest2 le angel2, hihihi maklum raiso maen low rate
  2. newbie ikut komen. saya setuju buat mug. yuk buat mas buat ngopi2 sambil maintenance server saya setuju juga kalo mau ada yg bantu translate. masalahnya adalah kalo orang2 yg ga berguna dalam bidang translate seperti saya ini bisa apa bantu apa ya? hihiihi buat ngisi waktu luang kan seru juga nih hihihihi. intinya diriku tak bisa bahasa inggris T_T sedihh.
  3. Hello rAthena and master. i need your help to make script in item to have a increase intimacy homunculus script. yesterday i try use in script coloumn, but it just affected set intimacy homunculus to 10 , not increase it. How to be make this script work increase intimacy homunculus Sorry for my bad english. please help thanks >.<
  4. case SC_FREEZE: sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def2 = status_src->luk*-10; //Caster can increase final duration with luk break; how to edit example = if player have a 300 luk is immune with freeze or stone curse?
  5. bump iwant to know it too, please help we rA
  6. can i ask? how to fix, where item in my player inventory auto flag itembound? but him dont do anything . @_@ the only way is to open the sql table one by one @_@
  7. hello rA, i want to ask, why in my server consol, have a this notice?? how to fix it?
  8. Lilith , i have a many errors in idathena svn, can you help me?
  9. Hello rA. i'm using version 17376 , client 2012-05-15 and my player get a bug from skill genetic. Skill special Pharmacy and mix cooking can't Produce item more. first i'm prepare the materials and next use mix cooking skill. after that, i'm Klik ok to produce the Str dish +20 item. and the item not appear in my inventory. and material not reduced how to fix it?? thank you and sorry for my bad english
  10. I'm use 17373, and before i'm used it, its normal. and now, i'm using 17373 and client 2012-05-15 RagexeRE how to fix Guild Master can't change Position or Tax too himself and guild member? this is screen shot from my ragnarok offline this is i'm try to change position and tax And The result, position can't change and tax too,
  11. certainly before I use this revision, there is no problem in the cash shop NPC. but after I use this revision, cash shop NPC can't to be used buy some item . how to fix it?
  12. Hello rAthena. I'm using 17376 svn , and 2012-05-15 client. Why user can't buy item from Cash Shop NPC? how to fix it? Please Help my all. thank you
  13. so if I'm use toasty woe controller, I simply edit the constants in accordance with section http://svn.code.sf.net/p/rathena/svn/trunk/npc/custom/woe_controller.txt ??
  14. ah sure, solved, thank you emistry
  15. Hello rAthena? can i ask , how to make mapflag for player . the mapflag is player can't use @Load command in the map. i do try use noreturn mapflag. but is not effect for the map @_@ any one can help me? sorry for my bad english
  16. Hello rAthena. can i ask something in The_Sign_quest ?? i use The_sign_Quest original script from rAthena. my player are try to quest that and according to iROwiki in http://irowiki.org/wiki/Sign_Quest . But in step number 17. he is stuck when he want to delivering requested stone. this original script the sign from rAthena the_sign_quest.txt this code script when player get the stone . else if (sign_q == 37) { mes "Ah yes, the master informed"; mes "me that you would be taking"; mes "care of an urgent delivery for"; mes "him. Please take this to a"; mes "man named ^3355FFLeibech^000000."; next; mes "[Mahatra]"; mes "It may be difficult"; mes "to find him since he"; mes "travels around the world."; mes "Ah yes, I have heard that"; mes "he was in some other country..."; next; mes "[Mahatra]"; mes "Now, the item I am"; mes "about to give you is"; mes "one of a kind. Don't lose"; mes "it or you will fall out of favor with the master..."; next; mes "^3355FFMahatra gives you"; mes "a unique stone that has"; mes "your name attached to it.^000000"; set sign_q,38; getnameditem 7049,strcharinfo(0); close; And This Script Code when players delivered it . else if (sign_q == 38) { if (countitem(7049) < 1) { mes "Excuse me..."; mes "Are you from the Alchesh"; mes "Trading Company? I've been"; mes "waiting for my order and they"; next; switch(select("No, I'm not.:They must be busy.:Yes, I have your order.")) { case 1: mes "[Leibech]"; mes "Oh, I'm sorry."; mes "My mistake. Well"; mes "then, be safe in"; mes "your travels."; close; case 2: mes "[Leibech]"; mes "I suppose you're"; mes "right. I mean, Juno"; mes "is pretty far from"; mes "Alberta. Maybe I'm"; mes "just overly excited"; mes "about my delivery..."; close; case 3: mes "[Leibech]"; mes "Really?!"; mes "That's great!"; mes "Do you have the"; mes "item I ordered?"; mes "Where is it?"; next; switch(select("I put it somewhere.:Sorry, I lost it.")) { case 1: mes "[Leibech]"; mes "Oh, alright. "; mes "So long as you didn't"; mes "lose it, that's fine. I'll wait"; mes "here, so would you bring it"; mes "to me as soon as you can?"; close; case 2: mes "[Leibech]"; mes "What...?"; mes "Hey, man."; mes "That's not funny!"; mes "You're joking, right?"; next; switch(select("No. I'm not joking.:Okay, you got me~")) { case 1: mes "[Leibech]"; mes "I don't believe it!"; mes "I think I'm going to"; mes "write a letter to your"; mes "boss, Mister Bakerlan."; mes "What do you think "; mes "about that?"; close; case 2: mes "[Leibech]"; mes "Oh, thank goodness!"; mes "I thought you might have"; mes "really lost it! Say, would you"; mes "bring it to me as soon as"; mes "can? I'll wait for you here."; close; } } } } else { set .@signid,getcharid(0,strcharinfo(0)); set .@sign3, .@signid & 65535; set .@sign4, .@signid >> 16; set .@sign1,254; set .@sign2,0; if (!countitem2(7049,1,0,0,.@sign1,.@sign2,.@sign3,.@sign4)) { mes "Hm...?"; mes "There must be some"; mes "mistake. This isn't what"; mes "I ordered. Well, I can wait... "; next; mes "[Leibech]"; mes "Just come back and"; mes "bring me what I actually"; mes "ordered, alright? And this"; mes "time, don't make any mistakes."; mes "Thanks, I appreciate it~"; close; } else { mes "Finally, it's here!"; mes "Yes, this is what I ordered."; mes "Thanks for the delivery!"; next; mes "[Leibech]"; mes "Well, here's your"; mes "receipt. Please take"; mes "this to Mister Bakerlan"; mes "so he knows you did"; mes "a good job for me."; mes "Thanks again!"; delitem2 7049,1,1,0,0,.@sign1,.@sign2,.@sign3,.@sign4; set sign_q,39; getitem 7181,1; //Receipt_01 if (BaseLevel < 60) getexp 100,0; else if (BaseLevel < 70) getexp 200,0; else if (BaseLevel < 80) getexp 400,0; else if (BaseLevel < 90) getexp 700,0; else if (BaseLevel < 150) getexp 1100,0; close; My Player, stuck in supposedly, he should have continue the quest by delivering the stone from script how to fix it? thanks for your patronage . Sorry for my bad english . Please Help me bump
  17. Hello rathena, i'm using centos OS, and i'm trying to compile a rathena with ./configure. but configure is eror. this screen shot when the eror. how to fix this?? configure: error: zlib library not found or incompatible, please specify the correct with --with zlib=DIR... stopping i'm confuse, help my >.<
  18. no i think my problem is same with it http://rathena.org/board/tracker/issue-7670-char-server-crashing-endless-loop/ i have tried to check src/conf/core.h and uncomment ///#define STATS_OPT_OUT but its default from the server. and yesterday my server its running normal . @_@
  19. Hello rathena , i have a Problem with my server. yesterday when i used it, its running normally. but in this morning , my server is auto disconnected and can't reconnect to map -server or login server. how to fix it?? its my screen shoot if my server running . in last image is Connection char server lost . Help my. i use centos VPS , i'm trying to service mysqld restart, reboot vps, but its same.
×
×
  • Create New...