Jump to content

morphsx

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by morphsx

  1. Hello guys, i'm starting on scripting, and I would like some help with the "Find the Mushroom" event that comes with rathena. I would like to know how do to restart it every 30 minutes even if there are still mushrooms left. I´m studying the scripts documentation, and soon i will stop bothering you with these questions. But at the moment i don't know how to do. Thanks in advance!
  2. Hello guys, my problem is, the alchemist jobchange quest is working fine, except for one thing. If you give the illusion flower to Darwin, he tells you the Lorem Ipsum and then tell you to go talk to Master Alchemist, and then you become an Alchemist. Fine, but the problem is, that the quest 2033 (ID of the quest) stays on the quest log, as if you still have to do the quest. What should I do? Use "completequest" somewhere on the script? "Erasequest"? Thanks in advance.
  3. -.-' Man, how could I forget that?? Hahaha, Anyway, thanks very much. Solved.
  4. I would like to know if I can use the following syntax with checkquest in my script: if (checkquest(xxxx)>-1<2) { } or if (checkquest(xxxx) ==0 or ==1 { } This way, it won't care if the quest is active or inactive and I don't have to write both situations. Will it work? Thanks
  5. morphsx

    Cash Points

    Thanks very much. Solved!
  6. Hello, i would like to know where are the players cashpoints stored, i searched in the DB tables but didn't find anything about... I'm using rathena svn 17181. Thanks
  7. Hello, sorry if i'm in the wrong place, or asking a stupid question, it's my first post. I'm using rAthena svn 17181 and the 10-01-2012kRO Client from ratemyserver.net fully updated with 2012-04-10a RagexeRE diffed.. all working fine, no npc bug, no pathable tiles bug, no warp bug, 3rd jobs.. (tested with gm commands) all ok. My question is, the morroc map isn't the destroyed one, and my players can't do the warlock job quest, what can i do to fix this? i dont want to use jobchanger npc's... Thanks in advance!!
×
×
  • Create New...