Jump to content

Matheus

Members
  • Posts

    63
  • Joined

  • Last visited

4 Followers

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

4472 profile views

Matheus's Achievements

Poring

Poring (1/15)

6

Reputation

  1. script dev. only ..
  2. status.h (refine max 70), mmo.h (hexed, 2010-07-30).
  3. any idea ? last revision and hexed 2010-07-30 (packet_db: 25).
  4. the new king of pop
  5. 2203
  6. 2171
  7. Matheus

    GorgonCP

    Make this CP be easy to add plugins and skins .
  8. 2073
  9. Good job, i love LUA .
  10. 1979
  11. Here one example Epoque, with multiple configs, i don't know if this is right, but is just a example: function script configSystem { explode(.@_config, getarg(0), ","); switch(.@_config[0]) { case "useZeny": $zenyCost = .@_config[1]; break; case "itemID": $itemID = .@_config[1]; break; case "itemAMOUNT": $itemAMOUNT = .@_config[1]; break; } } - testScript -1,{ OnPCLoginEvent: configSystem("useZeny,5000"); configSystem("itemID,678"); configSystem("itemAMOUNT,678"); if(($zenyCost) && zeny < $zenyCost){ mes "Zeny is necessary !"; close; } else { getitem $itemID, $itemAMOUNT; mes "Here is your item!"; close; } }
  12. Good one, congratulations rAthena team, the team members are awesome .
  13. Matheus

    CeresCP

    Here in my CeresCP, the menu 'information' does not appear, and other stuff too O_O
  14. That's a great news, congratulations !
×
×
  • Create New...