Recent content by jupeto

  1. jupeto

    Character array variable

    I don't know if I'm doing this right So I have a collection of character variable like so; variable_one[0] = value_one variable_two[0] = value_two variable_three[0] = value_three then I'm trying to push some data to it variable_one[getarraysize(variable_one)] = value_one_point_one...
  2. jupeto

    Party Member Base Levels

    Is there a way to determine base and job levels in a party? given the party id or the invoking character? using getpartymember(getcharid(CHAR_ID_PARTY));
  3. jupeto

    CasimiRO (Ragnarok Online)

    We're currently in BETA... Server's main mechanic system is Pre-Renewal but also supports some of the Renewal features such as Costume System, New Item Buffs. The server doesn't support that much customs but we're open to add new features and systems whenever it is needed. As much as possible...
  4. jupeto

    Quest Events

    Code below stacks the mark icon of exclamation and question mark, the exclamation mark doesn't cleared by the QTYPE_NONE event but without showevent(QTYPE_QUEST2,1);, the script removes the mark icon... what I want to achieve here is that the exclamation mark must be replaced by a question mark...
  5. jupeto

    Experience Earned From Monsters

    Are there any scripts that has a function to get the experience gained from monster, less the tax from guild I can get the experience gained from killing monster via this command OnNPCKillEvent: dispbottom("Base Experience: " + strmobinfo(6,killedrid)); end; However, if I...
  6. jupeto

    Difference between Free Cash and Cash Points

    Can someone enlighten me with these two currencies http://ibb.co/eoVLt5 I thought the item you bought with Free Cash is character/account bound while the Cash Points is an item without any restrictions 
  7. jupeto

    Error with switch script command

    switch (jobname(Class)) { case "Acolyte": mes "I'm an Acolyte"; break; case "Thief": mes "I'm a Thief"; break; case "Merchant": mes "I'm a Merchant"; break; }  Above example produces   script error in file parse syntax: expect ':'  ...
  8. jupeto

    Some map parts not walkable

    In some parts of a map like in izlude, I can't get past or isn't walkable, how to fix this issue? see screenshot below, the squared part is not walkable (also in some area pointed by an arrow), I'm using pre-renewal data https://ibb.co/m6ki8v and how can I disable the icon in the mini map?
  9. jupeto

    Server and Client setup files

    Are there any ways I can get or setup a server with client that's up to lighthalzen episode only? or just before renewal?
  10. jupeto

    [Upcoming] FluxAuth

    Hi guys, I'm here to ask some insights of what is needed or if there are any correct process to integrate social signon in FluxCP So right now I have this idea to create a SSO for fluxcp but I'm not quite sure for the right process... So I'm asking you guys to at least help me think Facebook...
Back
Top