Jump to content

zmref

Members
  • Posts

    299
  • Joined

  • Last visited

Everything posted by zmref

  1. Hi I'm looking for a NPC that is capable of doing the following: 1.) mes "Sorry you're not a GM"; 2.) gmaccess only 3.) if (gm=true) then the gm will warp to the designated place. Thank you in advance.
  2. < Euphy's Quest Shop > Can you please add a feature that can view weapons and shield
  3. Nice script, can you please, how to make it like... 1.) if I got this itemID chance will be 15% automatically if I got this itemID2 chance will be 20% automatically If I got this itemID3 chance will be 25% automatically and so on until 40% only 2.) and only 1 (itemID,ItemID2,itemID3.....) will be consume.
  4. Hi!, I'm requesting for, a dynamic and user-friendly freebie NPC that is capable of doing the following: Steps: 1.) mes "Hello <code for name of the char>, as of now I'll give you this ff items:" 2.) gives some item/s or rents some item/s 3.) mes "upon reaching this level, <level> you can get your surprise item" gives additional items when reach a certain base lvl (ex. Base lvl 70) 4.) for account based only 5.) with display "Freebie NPC" above their head like a Chatroom. Hoping for the correct scripts. Thank you in advance
  5. I'm a newbie. Problem: I got this error message and of course I know how to fix this (I'll just get a korean palette and I had this in my folder) Please see the Error's image: Objective: What I want to know is How do I edit this "call" path data\palette\¸ö\<this side> so that I could call "Ariane's Palette" on its own (.pal). I have Ariane's palette, I got this from her/his link: http://arianerocusto....net/index.html Ariane's Palette: Thanks in Advance.
  6. Please help, I'm a newbie I just followed Judas' (http://supportmii.co.../JudasBible.pdf) - a tutorial for adding a custom NPC and this what happened.... [Error]: status_set_viewdata (NPC): No view data for class 9001 View the Information here: I don't know if the tutorial was incomplete or what, how do I set the Custom NPC Sprite anyways. Thanks in advance SOLVED Thanks to my ability I've solved "again" my own problem. Problem: [Error]: status_set_viewdata (NPC): No view data for class 9001 Solution: Don't set the ID higher, just set it to the next ID number at the bottom of npcidentity.txt Additional Error Experience: Problem Client Error: Infinite "Dialog box pop up: JobNameTable" (you'll be needing to end task the Client on Task Manager using Ctrl+Alt+Del) Solution: Don't put the "//Custom NPC" comment slashes on the code. because it's a LUA Programming Code (LUA has it's own comment code). Remove it. The Information of error is located above
  7. Problem: To change the effect of Assassin Spirit Skill Default effect of the SL Assassin: doubling the damage of Sonic Blow Skill Objective: I want to change it to +25% additional dmg instead of 100%. What I did was: -opened the skill C source located at (\src\map\skill.c) -Searched for the Soul Link Assasin (CTRL+F > type SL_Assasin) -And these are what I've found: 1.) case SL_ASSASIN: 2.) if ( sc && sc->data[sC_SPIRIT] ) { switch (skill_id) { case CR_SHIELDBOOMERANG: if (sc->data[sC_SPIRIT]->val2 == SL_CRUSADER) time /= 2; break; case AS_SONICBLOW: if (!map_flag_gvg(bl->m) && !map[bl->m].flag.battleground && sc->data[sC_SPIRIT]->val2 == SL_ASSASIN) time /= 2; break; } } I understand the code but not these ff: 1.) -> 2.) (bl->m) 3.)Where's the value for the additional damage so that I can change the effect?
  8. Well good luck to us, as of now I'll just use <yellow> instead of <aid> to remove the right click menus. Thanks for your effort guys, I really appreciate it.
  9. Tho that's what it sounded like and makes sense. Yup this is I want to do.
  10. this will do Thank you very much, Toshiro!
  11. Hi, I am a newbie. Are there available links for Special Effect number and it's image? I've searched google, I didn't able to find one. Like this one. Script Thanks in advance!.
  12. I'm a newbie. I've searched for this on google but can't find it. What I want to know is how to remove the "kill function" of the GM Sprite's right click menu. Is this possible without removing the GM Sprite? Thanks in Advance.
  13. paano gumawa ng gm account na may lvl/rank and available commands. thanks in advance! I think I just found out how to do it. I just edit the group_id under MySql and in login table from 0 to 99 Correct me if I'm wrong. I'll now test it.
  14. Sorry I'm a newbie I want to know how to create a gm account and its level/rank. Please teach me. I think I just found how to do it. I edit the group_id 0 to 99 under MySql and in login table Correct me if I'm wrong. I'm gonna test it now.
  15. Thanks! by the way You said custom stuffs, so whenever I create a custom stuffs do I need to again and again grf it?
  16. Hi there please help me, I want to be an excellent RAthena users. As for now here our my few questions. 1. What are Embedded OpenType Files (.eot) in terms of ragnarok online? What are the use/s of it? 2. What are the important thing/s why I need to grf my data folder? 3. To add some custom items. Do I need to grf my data folder again? or just leave it. or Editing stuffs goes to my rAthena SVN repository? 4. If I'm going to host my server online through a hoster. What are the things I need to give to the hoster? 5. What is a palette in terms of Ragnarok Online?. How do I create a pallete? 6. How to create a map? any tutorial, links? 7. How would I know if my client date/version suites my kro+re files? Thanks in advance yet I'll thank you to the fullest if I got to read your answers.
  17. Thanks for your effort helping me, Ainna. Tune in on my next bugs. haha I've just found a solution, just a gamble (trusting my intuition), it was just a lucky solution. Check my solution here and help me find what it really cause, thanks in advance: http://rathena.org/board/topic/54190-release-basic-rathena-client/page__st__240#entry115651
  18. Sorry, here. clientinfo.xml mmo.h
  19. Help I'm a newbie What I did was. execute runserver-sql: All are in ready mode and then.. run Client.exe > Log in > Choose a server > Enter > Gravity Error What seems to be the problem?
  20. can I create custom items with this client? Newbie here, I got this gravity error from your client This was what inside of the gravity error: Yay [solved myself] Problem: Gravity Error (Above Picture) Solution: I downloaded a new data folder from (http://svn6.assembla...svn/ClientSide/) and paste the .eot things so that the Rathena.exe would run without error Error were...please read the question Question: -What are these .eot for? I pasted this things because an error dialog box pops out seeking for this files whenever I execute the Rathena.exe. My "before data folder" (right window) when the gravity error occured: Ok so now this client runs yay!, so my objective now is to find bugs > study & fix > then my dream "create a cool online private server". Please help me too if bugs occur, I'm a newbie though, needs time to fix some errors nevertheless I need to make the server completed asap.
  21. I'm a newbie, I'm using Kro+RE 2012-06-05 where I downloaded somewhere here in the rAthena Forums. 1. What is the correct client version to be use? Do you have links? 2. Please give me links for correct Data Folder to be download. THanks 2. I've just found a link for the data folder. Now I want to know what are the things (important/optional) needed inside a Data Folder to be able to run a client without errors.
  22. sbhin mo ng english para may tumulong sau
  23. zmref

    Oh no!

    before this problem, I've tried the diffed client and when I executed it nothing comes out
×
×
  • Create New...