Jump to content

dize11

Members
  • Posts

    93
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    America

Recent Profile Visitors

2784 profile views

dize11's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Once ill killed me twice at 1st time in the room kicked me but if ill back in the pvp room just kick me in the 1st kill
  2. How can i put in this script because not working if ill make another script file OnPCDieEvent: getmapxy .@map$, .@x, .@y, 0; for( set .@i, 0; .@i < getarraysize(.pvpmap$); set .@i, .@i+1 ) { if( .@map$ == .pvpmap$[.@i] ) { if ( #CASHPOINTS <= 0 ) end; set #CASHPOINTS,#CASHPOINTS-1; dispbottom "You have lose 1 Cash Point. Total is "+#CASHPOINTS+" Cash Points."; } } end; OnInit: setarray .pvpmap$[0],"guild_vs2","pvp_y_8-2","guild_vs1","guild_vs3","guild_vs4","guild_vs5","guild_vs1-2","1@orcs"; setarray .announcements$[0],"was killed by","was violated by","was owned by"; end; }
  3. I have activated the option that when u die in pvp maps ull be warped at saved map but now i have activated pvp in all map so ill want to configure that into certain maps only by the way im using ea mod
  4. I have turn on in all pvp maps so i want it for certain maps only and warped to save point
  5. Hi to all i have some issue of storage npc i have set 3 levels of premium account (levels 1,2,3 accounts) now if the account level 3 it cannot open the npc storage he put "you cannot opent of your GM level" any help!?
  6. dize11

    VIP SYSTEM

    AWSOMEEEEEEEEEEEEEEEEEEEEEEE!!! THANK YO SKORM!!!
  7. dize11

    VIP SYSTEM

    Oh thank you very much!! Skorm!! All works now! But the windows of VIP system 3.0 once i upgrade it cannot been closed stock theres no 'mes close' something like that to close it. Another thing one last favour skorm and i leave this! Can the items once npc detected and and upgraded can be deleted! Thank you in advance!!!
  8. dize11

    VIP SYSTEM

    Oh ic looks like that error existed prior to my investments. Find: callfunc( "VIP_upgrade", 7, .item_premium ); Replace With: callfunc( "VIP_upgrade", 7, .item_premium, X ); Where "X" is the number of premium you want your player to upgrade to. 0 = Bronze 1 = Silver 2 = Gold Also you might want to change .item_premium to the item id you want the player to use. Like POD or something, because it doesn't look like that was ever set. Example: callfunc( "VIP_upgrade", 7, 501, 2 ); Is gold for the cost of one red potion. If i put in "x" one number they only able to chose only one not the the 3 types
  9. dize11

    VIP SYSTEM

    Npc stop at upgrade my account value script:getarg: index <idx=2> out of range <nargs=2> and no default value found [debug]: source <npc>: VIP system at prontera <150,150>
  10. dize11

    VIP SYSTEM

    after clicking the button upgrade my account the window get stock heres the images. to this...
  11. dize11

    VIP SYSTEM

    Thank you Skormnow NPC works well! but im having this trouble about the sql sql.bmp
  12. dize11

    VIP SYSTEM

    PHPMYADMIN from SIP
  13. dize11

    VIP SYSTEM

    Here's the error image VIP SYSTEM.bmp
×
×
  • Create New...