Jump to content

greenieken

Members
  • Posts

    154
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Male
  • Location
    Philippines
  • Server
    AlmondRO

Contact Methods

Recent Profile Visitors

2550 profile views

greenieken's Achievements

Poring

Poring (1/15)

1

Reputation

  1. Can anyone help me with this error?
  2. Hi! Can anyone help me create a pvp warper with multiple maps and multiple modes? Ex. 1. PVP without restriction 2. PVP with Item Restriction 3. Champion vs Champion Only Thank you in advance!
  3. Hello. Can anyone help me edit this script? https://pastebin.com/raw/UKr5WjMH This one converts 100ygg into a ygg box. I wanted this npc to convert multiple items into box. Example: 100 ygg seed to box, 100 box of drowsiness to box and so on Thanks!
  4. @Mabuhay Hello! Can you help me add a limit for participants? Ex: 20 players maximum
  5. No more wiki guides like in http://herc.ws/wiki/Main_Page?
  6. Hi. I was able to make this thing work on costume headgears that I manually added in my item.db2 Here's the NPC link: (c) sandbox The thing is, I want this to work on the converted costume headgears using Mhalicot's costume maker. Can anyone help me find a solution for this?
  7. Hello! I need some help in checking my server status. I actually do not use putty since in asurahosting they use VNC viewer. And it is much easier since you will be able to see what's happening in your server. I am currently on a dedicated server, and i tried to download vnc viewer from asura but i am not able to login. How will i be able to use VNC viewer?
  8. I really dont get why i get this error "Internal Server Error" when in fact i have followed every step in the guide. does anyone knows how to solve this problem?
  9. BUMP! Badly needed a guide for flux installation
  10. No. This is my first time to use FluxCP. I have just downloaded xantara's fluxcp. here's the link https://github.com/missxantara/fluxcp-ra/archive/master.zip
  11. Hello. Could anyone post a simple guide in installing FluxCP? Most of the guides that i saw is mentioning about the install.php, but when i checked the flux folder, reinstall.php is the only one that is exisiting. Nothing happens when i tried to enter www.websitename.com/fluxcp/themes/default/install/reinstall.php, hope someone could help me with this one. i have downloaded several fluxcp but non worked. thanks
  12. greenieken

    Refiner

    Hello. Can somebody help me with my script: new_1-2,95,71,4 script +10 Refiner 100,{ for ( .@i = 1; .@i <= 10; .@i++ ) { if ( getequipisequiped(.@i) ) { .@id = getequipid(.@i); .@ref = getequiprefinerycnt(.@i); .@card1 = getequipcardid( .@i, 0 ); .@card2 = getequipcardid( .@i, 1 ); .@card3 = getequipcardid( .@i, 2 ); .@card4 = getequipcardid( .@i, 3 ); delitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, .@card4; getitem2 .@id, 1, 1, 101, 0, .@card1, .@card2, .@card3, .@card4; equip .@id; } } end; } It refines non-refinable items. Can someone help me for it not to refine the non-refinable items? thanks.
×
×
  • Create New...