Jump to content

Zelek

Members
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Philippines

Recent Profile Visitors

2363 profile views

Zelek's Achievements

Poring

Poring (1/15)

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

Recent Badges

0

Reputation

  1. Good day po mga idle! Baka po may marunong mag update ng .diff ng ExtendedBG ni sir Easycore. Error po kasi pag kino-compile ko ?
  2. Here you go, please take a look prontera,150,150,0 script YGG Trader#spiritD 1_F_MERCHANT_02,{ mes "[YGG Trader]"; mes "Would you like to buy some"; mes "yggdrasil items?"; if (countitem(7227) < 1) { mes "I only accept TCG Card as payment."; mes "Please come back when you have TCG Cards."; close; } switch(select("No:Yes")){ case 1: close; case 2: callshop "YGG_SHOP",1; end; } } - itemshop YGG_SHOP -1,7227,607:1,608:1
  3. Hi, I am aware and already did this but the error still persist.
  4. Thank you for responding! But, is there another way for it to work w/o having to create custom boxes? I mean the existing one already does the job it's just that I am only able to purchase 1 of them and not both. Also there's an error on the script, [Error]: npc_parsesrcfile: Unable to parse, probably a missing or extra TAB in f ile 'npc/custom/sample.txt', line '20'. Skipping line... * w1=- * w2=itemshop * w3=YGG_SHOP * w4=-1,7227,607:1,608:1
  5. Hi, I would like to ask for a script that works like Euphy's Quest Shop but it lets player to purchase multiple items in the list instead of one at a time. Currency would be TCG. For example, player clicks NPC, NPC gives a short dialogue then shop opens. Item exchange rate for Yggberry would be 2TCG : 10 Berry(4:20 and so on) while Yggseeds would be 1TCG:10 Seeds(2:20 and so on) I managed to do the exchange rates right on Euphy's Quest Shop except for the dialogue and the be able to purchase multiple items(Yggseeds and Berries) in 1 transaction. I hope I explained it enough. Thank you!
  6. Thank you! But how do I remove this letter 'N'? https://imgur.com/qMFrKlA
  7. Hello, does anybody know how can I edit the text in the client? For example, RO Re:Start replaced the Doram menu into an image. What I want to do in mine is to replace it maybe with a text of my server's information or rules and regulations, my question is, how exactly do I do it?
  8. Hi. I am running a server with Pre-RE mechanics and etc. with RE items implemented. I am currently using zackdreaver's iteminfo.lua for Pre-RE but some items does not have the description e.g Costume Amistr Bag with " . . . " and a lot more. I also tried using the RE one but it uses RE defense descriptions which does not fit for my server. So, does anybody know a way I can make this happen without adding/editing them 1 by 1? or does anybody here kind enough to share their iteminfo similar to this. Thanks!
  9. Hi. I tested the script. Buffs do work, but it does not let me click the NPC while frozen. Bump
  10. Hi. I would like to ask for a request for a healer similar to this below but rather have the ability to remove status ailments. Hoping for your responses. Thank you!
  11. Hi. I was looking for a healer script that looks like this except this one has no removing of ailments. How do I or what should I add in the script to remove ailments such as being frozen/stripped and etc. Hoping for your response. Thank you!
  12. I tried to modify it by changing the 3rd job IDs to trans job IDs. Does anyone know what has to be the problem with this? Here's the code: // War of Emperium for Transcendent Only // Created by Jezu of rAthena.org // v1.0 - First Release // Please do visit us on rAthena.org/board - script TransWoE -1,{ OnInit: set .maps$[0],"gefg_cas04"; set .maps$[1],"gefg_cas01"; //setup flags for lookup later (.m_<map>) set .@i, getarraysize(.@maps$) - 1; while(.@i >= 0) { setmapflag getd(.maps$[.@i]), mf_loadevent; setd(".m_" + .maps$[.@i], 1); set .@i, .@i - 1; } end; OnPCLoadMapEvent: if(getd(".m_" + strcharinfo(3))) { //checks if .m_<map> is set if(Class >= 4008 && Class <= 4011 || Class >= 4012 && Class <= 4022) { announce "Transcendent Jobs are not allowed here!",bc_self|bc_yellow; warp "SavePoint",0,0; end; } } } //Mapflags gefg_cas04 mapflag loadevent gefg_cas01 mapflag loadevent The above code is not working. It doesn't warp me back to the save point and also doesn't announce. Please help!
  13. http://forum.ratemyserver.net/ro-client-support/problems-with-the-size-of-the-window/ You could follow step #1
  14. Hi, can you please edit it for me to look like this -> 10 Poring Coins = 1 TCG 20 Poring Coins = 2 TCG and so on .. Thank you! Help please :/
×
×
  • Create New...